-
Notifications
You must be signed in to change notification settings - Fork 207
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
WIP: Deletion vectors #1516
base: main
Are you sure you want to change the base?
WIP: Deletion vectors #1516
Conversation
First see if we can produce some deletion vectors.
'write.delete.mode'='merge-on-read', | ||
'write.update.mode'='merge-on-read', | ||
'write.merge.mode'='merge-on-read', | ||
'format-version'='3' |
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.
cool!!
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.
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 :) |
First see if we can produce some deletion vectors.
Resolves #1549