shanielh opened a new issue, #1390: URL: https://github.com/apache/iceberg-python/issues/1390
### Apache Iceberg version None ### Please describe the bug 🐞 I tried both using DuckDB 1.1.3 (Latest as of this post) and 1.2.0-SNAPSHOT (using DBeaver). Reproduction: 1. Download and open the [Archive.zip](https://github.com/user-attachments/files/17969129/Archive.zip) to `/tmp/default_storage_173276977134208/tables/00000000-0000-0000-0000-00000ee128fc` 2. Run the following SQL commands : ```sql INSTALL iceberg; LOAD iceberg; SELECT * FROM iceberg_scan('/tmp/default_storage_173276977134208/tables/00000000-0000-0000-0000-00000ee128fc/metadata/00015-49f45d85-a345-4fc3-92f1-1e0c8b1950ef.gz.metadata.json'); ``` [crash_report.log](https://github.com/user-attachments/files/17969155/crash_report.log) ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [X] I cannot contribute a fix for this bug at this time -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org