mapleFU commented on PR #38360: URL: https://github.com/apache/arrow/pull/38360#issuecomment-1801608696
@frazar You can add a test for `use_legacy_dataset=True` ``` (Pdb) pq.ParquetFile(corrupted_path, page_checksum_verification=True) <pyarrow.parquet.core.ParquetFile object at 0x141bb9120> ``` Also does this `pq.ParquetFile` just load the metadata without fetching internal? CRC only works when do real iterator the page(.i.e when real fetching data from store) -- 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]
