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 checkpoints on Delta tables with deletion vectors #1576

Closed
wants to merge 2 commits into from

Conversation

vkorukanti
Copy link
Collaborator

This PR is part of the feature: Support reading Delta tables with deletion vectors (more details at #1485)

Add support of checkpoints when updating Delta tables containing deletion vectors. In checkpointing job, read the existing deletionVector in file action and write it to checkpoint file.

GitOrigin-RevId: 1759c96a46f57115e35c61a1604ef7ee560ede36
Copy link
Collaborator

@scottsand-db scottsand-db left a comment

Choose a reason for hiding this comment

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

LGTM with 1 nit comment.

vkorukanti added a commit to vkorukanti/delta that referenced this pull request Jan 27, 2023
This PR is part of the feature: Support reading Delta tables with deletion vectors (more details at delta-io#1485)

Add support of checkpoints when updating Delta tables containing deletion vectors. In checkpointing job, read the existing deletionVector in file action and write it to checkpoint file.

Closes delta-io#1576

GitOrigin-RevId: 9ee23c8a876c45f539fc81cef100382f6efe6fae
@vkorukanti vkorukanti deleted the dv-checkpoints branch October 2, 2023 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants