You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the current configuration to create Iceberg tables on GCP, the table is created with equality delete files by default. This prevents Pyiceberg from reading the tables due to a lack of support for equality delete files. (I get Pyiceberg does not support reading equality delete files when I try to read an Iceberg table after a change has been made in the source table)
Environment
Library: Pyiceberg
Platform: GCP
Configuration: provided below
Current Behavior
Table creation results in equality delete files
Attempting to read the table throws the error: "Pyiceberg does not support reading equality delete files"
Reproducibility
Create Iceberg table using current configuration
Make changes (update/delete) in the source database/table
Attempt to read the table with Pyiceberg
Question
How can I modify the sink configuration to use position delete?
Is there a way to convert equality delete files to position delete files?
When using the current configuration to create Iceberg tables on GCP, the table is created with equality delete files by default. This prevents Pyiceberg from reading the tables due to a lack of support for equality delete files. (I get Pyiceberg does not support reading equality delete files when I try to read an Iceberg table after a change has been made in the source table)
Environment
Current Behavior
Reproducibility
Question
The text was updated successfully, but these errors were encountered: