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

fix(rust): features not maintained in protocol after checkpoint #2293

Conversation

ion-elgreco
Copy link
Collaborator

Description

The CheckPoint schema simply didn't contain the features as fields in the Protocol struct, and we weren't propagating them as well within the checkpoint function.

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Mar 16, 2024
@ion-elgreco ion-elgreco enabled auto-merge (squash) March 16, 2024 12:05
@ion-elgreco ion-elgreco force-pushed the fix/features_not_maintained_in_protocol_after_checkpoint branch from 2efb56b to 53e93e3 Compare March 16, 2024 12:29
@ion-elgreco ion-elgreco merged commit dadf264 into delta-io:main Mar 18, 2024
23 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checkpoint does not preserve reader and writer features for the table protocol.
2 participants