syun64 opened a new issue, #791: URL: https://github.com/apache/iceberg-python/issues/791
### Apache Iceberg version 0.6.0 (latest release) ### Please describe the bug 🐞 `schema_to_pyarrow` converts BinaryType to `pa.large_binary()` type. This creates inconsistencies with the arrow table schema produced from the data scan between: 1. when schema_to_pyarrow is used like when there is no data in the file (pa.large_binary()) 2. when we use the physical_schema of the file fragment to read the table (pa.binary()) -- 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