mapleFU commented on code in PR #38360:
URL: https://github.com/apache/arrow/pull/38360#discussion_r1375384504
##########
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:
Oops you can try more loggings
Previously I add this (
https://github.com/apache/arrow/pull/38501/commits/527b16f64fcaa3d40c361387d73a5db756589ac3
) to see whether the C++ code received the config. You can also print some
logs in python code to find where did you forget to pass the argument
--
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]