syun64 commented on code in PR #807: URL: https://github.com/apache/iceberg-python/pull/807#discussion_r1636324658
########## pyiceberg/io/pyarrow.py: ########## @@ -680,6 +680,10 @@ def _pyarrow_to_schema_without_ids(schema: pa.Schema) -> Schema: return visit_pyarrow(schema, _ConvertToIcebergWithoutIDs()) +def _pyarrow_with_large_types(schema: pa.Schema) -> pa.Schema: Review Comment: I really like this name suggestion - thank you! -- 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