AlenkaF commented on code in PR #38360:
URL: https://github.com/apache/arrow/pull/38360#discussion_r1390934207
##########
python/pyarrow/parquet/core.py:
##########
@@ -3046,7 +3074,8 @@ def read_table(source, *, columns=None, use_threads=True,
metadata=None,
memory_map=memory_map,
buffer_size=buffer_size,
coerce_int96_timestamp_unit=coerce_int96_timestamp_unit,
- decryption_properties=decryption_properties
+ decryption_properties=decryption_properties,
+ page_checksum_verification=page_checksum_verification,
Review Comment:
Same here, this change is not needed.
```suggestion
decryption_properties=decryption_properties
```
--
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]