kevinjqliu commented on code in PR #986: URL: https://github.com/apache/iceberg-python/pull/986#discussion_r1700780858
########## pyiceberg/io/__init__.py: ########## @@ -80,6 +80,7 @@ GCS_ENDPOINT = "gcs.endpoint" GCS_DEFAULT_LOCATION = "gcs.default-bucket-location" GCS_VERSION_AWARE = "gcs.version-aware" +PYARROW_USE_LARGE_TYPES_ON_READ = "pyarrow.use-large-types-on-read" Review Comment: Pyarrow is one of the FileIO implementations and this setting is specifically for Pyarrow. In the future, when we add more FileIO implementations, such as the rust one, it'll be good to have a clear separation between the FileIO settings. -- 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