Open humaidkidwai opened 2 months ago
I tried update/delete using Nessie as catalog and Trino as writer (the engine behind AWS Athena) DuckDB 1.1.2 has no issue reading and providing accurate results for a table with deleted/updated rows.
I'd like to verify it on Glue/Athena just to be certain.
were the updates made using MOR equality deletes on the iceberg tables??
I realized that DuckDB can only read Iceberg metadata files if there have been no updates/deletes in the Iceberg table. I verified this with the following setup:
Catalog: AWS Glue Iceberg table format: v2 DuckDB version: 1.0.0 Writer: AWS Firehose Update strategy: Merge on Read
Here's what my code looks like:
SQL Error: java.sql.SQLException: Binder Error: Table "iceberg_scan_deletes" does not have a column named "file_path"
60 seems like the same problem