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

Support the v2Checkpoint reader/writer feature #688

Open
sebastiantia opened this issue Feb 10, 2025 · 0 comments · May be fixed by #685
Open

Support the v2Checkpoint reader/writer feature #688

sebastiantia opened this issue Feb 10, 2025 · 0 comments · May be fixed by #685
Labels
enhancement New feature or request

Comments

@sebastiantia
Copy link
Collaborator

Please describe why this is necessary.

This PR introduces foundational changes required for V2 checkpoint read support. The high-level changes required for v2 checkpoint support are:
Item 1. Allow log segments to be built with V2 checkpoint files
Item 2. Allow log segment replay functionality to retrieve actions from sidecar files if need be.

This issue tracks completion of Item 1, which will conclude the support for the v2Checkpoints reader/writer table feature for delta kernel rust by allowing snapshots to leverage UUID-named checkpoints as part of their log segment.

Describe the functionality you are proposing.

Allow V2 checkpoints to be included in log segments.
Allow protocol & metadata validation to pass for tables with the v2Checkpoints reader feature

Additional context

No response

@sebastiantia sebastiantia added the enhancement New feature or request label Feb 10, 2025
@sebastiantia sebastiantia changed the title support the v2Checkpoint reader/writer feature Support the v2Checkpoint reader/writer feature Feb 10, 2025
@sebastiantia sebastiantia changed the title Support the v2Checkpoint reader/writer feature Support the v2Checkpoint reader/writer feature Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant