andygrove opened a new issue, #1476: URL: https://github.com/apache/datafusion-comet/issues/1476
### Describe the bug I just ran into this while testing latest from main running TPC-H in k8s. ``` │ Caused by: java.io.IOException: FAILED_TO_UNCOMPRESS(5) │ │ at org.xerial.snappy.SnappyNative.throw_error(SnappyNative.java:112) │ │ at org.xerial.snappy.SnappyNative.rawUncompress(Native Method) │ │ at org.xerial.snappy.Snappy.uncompress(Snappy.java:578) │ │ at org.apache.parquet.hadoop.codec.SnappyDecompressor.decompress(SnappyDecompressor.java:71) │ │ at org.apache.parquet.hadoop.codec.NonBlockedDecompressorStream.read(NonBlockedDecompressorStream.java:51) │ │ at java.base/java.io.DataInputStream.readFully(Unknown Source) │ │ at java.base/java.io.DataInputStream.readFully(Unknown Source) │ │ at org.apache.parquet.bytes.BytesInput$StreamBytesInput.toByteArray(BytesInput.java:286) │ │ at org.apache.comet.parquet.ColumnReader.setPageReader(ColumnReader.java:124) │ │ at org.apache.comet.parquet.BatchReader.loadNextRowGroupIfNecessary(BatchReader.java:590) │ │ at org.apache.comet.parquet.BatchReader.nextBatch(BatchReader.java:476) ``` ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org