mapleFU commented on code in PR #38360:
URL: https://github.com/apache/arrow/pull/38360#discussion_r1375241633
##########
python/pyarrow/parquet/core.py:
##########
@@ -3004,6 +3025,7 @@ def read_table(source, *, columns=None, use_threads=True,
metadata=None,
decryption_properties=decryption_properties,
thrift_string_size_limit=thrift_string_size_limit,
thrift_container_size_limit=thrift_container_size_limit,
+ page_checksum_verification=page_checksum_verification,
Review Comment:
Hi, @frazar .
I think I've found out the reason.
You should also add in in line 3055 (`pf = ParquetDataset`) and line 3065
(`pf = ParquetFile` )
--
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]