ZENOTME commented on issue #241: URL: https://github.com/apache/iceberg-python/issues/241#issuecomment-1870247267
> @ZENOTME Thanks for raising this issue! Can you share an example Avro file that has the bug? Sure, Thanks for your help! [b404ad7a-4de1-409c-be71-8c799a88e98b-m1.avro.zip](https://github.com/apache/iceberg-python/files/13778381/b404ad7a-4de1-409c-be71-8c799a88e98b-m1.avro.zip) here is the manifest file. I guess is the file may have bug. [t1.zip](https://github.com/apache/iceberg-python/files/13778409/t1.zip)here is the whole table. And following is the code: ``` catalog = load_catalog( # "local", **{ "type": "rest", "uri": args.resturl, "s3.endpoint": args.s3url, "s3.access-key-id": "admin", "s3.secret-access-key": "password", }, ) t1 = catalog.load_table(f"s1.{args.t1}") con1 = t1.scan().to_duckdb(table_name="t1") ``` -- 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 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