ostinru commented on PR #56:
URL: https://github.com/apache/cloudberry-pxf/pull/56#issuecomment-3854052968
Overall compression support[1]:
✅ uncompressed
✅ snappy
✅ gzip
🛑 lzo -> `PXF server error : Class com.hadoop.compression.lzo.LzoCodec
was not found`
🛑 brotli -> `PXF server error : Class
org.apache.hadoop.io.compress.BrotliCodec was not found`
🛑 lz4 -> `PXF server error : native lz4 library not available`
✅ zstd
🛑 lz4_raw -> `PXF server error : Invalid codec: lz4_raw`
[1]
https://github.com/apache/parquet-format/blob/apache-parquet-format-2.12.0/src/main/thrift/parquet.thrift#L633-L651
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]