kevinjqliu commented on code in PR #986: URL: https://github.com/apache/iceberg-python/pull/986#discussion_r1702165126
########## mkdocs/docs/configuration.md: ########## @@ -137,6 +137,16 @@ For the FileIO there are several configuration options available: <!-- markdown-link-check-enable--> +### PyArrow + +<!-- markdown-link-check-disable --> + +| Key | Example | Description | +| ------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| pyarrow.use-large-types-on-read | True | Use larger PyArrow types for [string](https://arrow.apache.org/docs/python/generated/pyarrow.large_string.html), [binary](https://arrow.apache.org/docs/python/generated/pyarrow.large_binary.html) and [list](https://arrow.apache.org/docs/python/generated/pyarrow.large_list.html) field types on table scans. | Review Comment: nit: Use large PyArrow types i.e. large_string, large_binary, large_list ########## mkdocs/docs/configuration.md: ########## @@ -137,6 +137,16 @@ For the FileIO there are several configuration options available: <!-- markdown-link-check-enable--> +### PyArrow + +<!-- markdown-link-check-disable --> + +| Key | Example | Description | Review Comment: nit: add a column for default value -- 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