frazar commented on PR #38360: URL: https://github.com/apache/arrow/pull/38360#issuecomment-1780028699
I have pushed my changes for the unit test. In particular, the test `test_page_checksum_verification()` of "[python/pyarrow/tests/parquet/test_basic.py](https://github.com/apache/arrow/pull/38360/files#diff-daf07f9d0d68988737c70f2318af3751c2be271bb5d3ad0bcebbb1aa2f9349ea)" does not pass because reading a corrupted file does not raise an exception! I also tried reading the following corrupted files, as suggested: - [datapage_v1-corrupt-checksum.parquet](https://github.com/apache/parquet-testing/blob/master/data/datapage_v1-corrupt-checksum.parquet) - [rle-dict-uncompressed-corrupt-checksum.parquet](https://github.com/apache/parquet-testing/blob/master/data/rle-dict-uncompressed-corrupt-checksum.parquet). But I had the same results, no exception is raised! Am I missing something? -- 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]
