frazar commented on PR #38360: URL: https://github.com/apache/arrow/pull/38360#issuecomment-1804733296
Thank you for your reviews and your guidance! I added the following tests: - `pq.ParquetFile(corrupted_path, page_checksum_verification=False)` should not raise, but yield corrupted data - `pq.ParquetFile(corrupted_path, page_checksum_verification=True)` should raise due to CRC mismatch - `pq.read_table(corrupted_path, page_checksum_verification=True, use_legacy_dataset=True)` should raise due to invalid 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]
