-
Notifications
You must be signed in to change notification settings - Fork 229
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
[feature request] Support reading equality delete files #1210
Comments
Thanks @kevinjqliu, I can work on this issue |
This will be a fantastic addition to PyIceberg! Thank you for raising this issue @kevinjqliu and @Zyiqin-Miranda 🎉 |
Thanks @kevinjqliu and @sungwy. Starting to add support to current |
Equality Delete Files and Scan Planning are good docs for this. My general understanding is that equality deletes are applied to all data files (across all partitions, if partitioned).
|
@Zyiqin-Miranda is there any progress on supporting equality deletes in pyiceberg ? |
Feature Request / Improvement
Only position delete is supported right now
iceberg-python/pyiceberg/table/__init__.py
Line 1418 in e5a58b3
Let's also add reading equality delete
Position delete PR apache/iceberg#6775
The text was updated successfully, but these errors were encountered: