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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]