Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: prefer usage of metadata and protocol fields #1935

Merged
merged 6 commits into from
Dec 4, 2023

Conversation

roeap
Copy link
Collaborator

@roeap roeap commented Dec 3, 2023

Description

Another PR on our way to more kernel compatibility, less API surface, and arrow backed table state. Along also comes a minor update to our Add actions to include the recently added clusteringProvider field.

Mainly we try to use metadata and protocol directly, rather then accessing individual fields via dedicated methods on our top level DeltaTable struct.

Related Issue(s)

related: #1776

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate crate/core labels Dec 3, 2023
@roeap roeap changed the title refactor: prefer usage of metadata and protocols fields refactor: prefer usage of metadata and protocol fields Dec 3, 2023
Copy link
Collaborator

@ion-elgreco ion-elgreco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! :)

@roeap roeap merged commit 0827fea into delta-io:main Dec 4, 2023
24 checks passed
@roeap roeap deleted the meta-usage branch December 4, 2023 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate crate/core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants