pitrou commented on code in PR #45459: URL: https://github.com/apache/arrow/pull/45459#discussion_r2016160370
########## python/pyarrow/parquet/core.py: ########## @@ -254,6 +254,9 @@ class ParquetFile: it will be parsed as an URI to determine the filesystem. page_checksum_verification : bool, default False If True, verify the checksum for each page read from the file. + arrow_extensions_enabled : bool, default False + If True, read Parquet logical types as Arrow Extension Types where possible, + (e.g., JSON arrow.json). Review Comment: ```suggestion If True, read Parquet logical types as Arrow extension types where possible, (e.g., read JSON as the canonical `arrow.json` extension type). ``` ########## python/pyarrow/parquet/core.py: ########## @@ -1264,6 +1268,9 @@ class ParquetDataset: sufficient for most Parquet files. page_checksum_verification : bool, default False If True, verify the page checksum for each page read from the file. +arrow_extensions_enabled : bool, default False + If True, read Parquet logical types as Arrow Extension Types where possible, Review Comment: (same) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org