AlenkaF commented on code in PR #38360:
URL: https://github.com/apache/arrow/pull/38360#discussion_r1390933141


##########
python/pyarrow/parquet/core.py:
##########
@@ -3038,6 +3065,7 @@ def read_table(source, *, columns=None, use_threads=True, 
metadata=None,
                 partitioning=partitioning,
                 coerce_int96_timestamp_unit=coerce_int96_timestamp_unit,
                 use_legacy_dataset=True,
+                page_checksum_verification=page_checksum_verification,

Review Comment:
   I think this can be removed as we check that `page_checksum_verification` 
must equal the default (`False`) for the legacy behaviour with your last 
changes:
   
https://github.com/apache/arrow/blob/74341e3e0510d4c7fb2793aafae55c95f754a139/python/pyarrow/parquet/core.py#L3045-L3048



-- 
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]

Reply via email to