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

Add DeletionVectorStore to read from and write DVs to storage #1534

Closed
wants to merge 1 commit 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)

It adds a DeletionVectorStore which contains APIs to load DVs from and write DVs to Hadoop FS compliant file system. The format of the DV file is described in the protocol here.

Added a test suite.

GitOrigin-RevId: 72340c9854f7d0376ea2aeec0c4bbba08ce78259

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

It adds a `DeletionVectorStore` which contains APIs to load DVs from and write DVs to Hadoop FS compliant file system.  The format of the DV file is described in the protocol [here](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#deletion-vector-file-storage-format).

Added a test suite.

GitOrigin-RevId: 72340c9854f7d0376ea2aeec0c4bbba08ce78259
Copy link
Contributor

@larsk-db larsk-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

@vkorukanti vkorukanti deleted the dv5 branch May 9, 2024 02:41
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.

3 participants