-
Notifications
You must be signed in to change notification settings - Fork 254
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
Deletion Vectors read support #1516
Conversation
First see if we can produce some deletion vectors.
Sidenote, we dont have a way to read puffin files in python. I saw this PR from iceberg-rust, apache/iceberg-rust#892 |
I want to try using the Python |
Looks like V3 is not supported on the pyiceberg side
|
@kevinjqliu That's correct, I've split that out here: #1540 |
@kevinjqliu PR is out here: #1554 :) |
Which is good :)
do we want to include this as part of 0.9.0? the ability to read puffin files would be great! |
@kevinjqliu I agree, but I don't think there is a lot of value in just supporting Puffin without having the ability to actually understand the content of the Puffin files. For the CI we're blocked on Iceberg-Java 1.8.0, until then I don't think there is much value of getting this in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Excited for puffin files
except for the |
First see if we can produce some deletion vectors.
Resolves #1549