wgtmac commented on code in PR #1267: URL: https://github.com/apache/parquet-mr/pull/1267#discussion_r1480905154
########## parquet-hadoop/README.md: ########## @@ -81,7 +81,7 @@ If this value is too small, the compression will deteriorate. **Property:** `parquet.compression` **Description:** The compression algorithm used to compress pages. This property supersedes `mapred.output.compress*`. -It can be `uncompressed`, `snappy`, `gzip` or `lzo`, `brotli`,`lz4` and `zstd`. +It can be `uncompressed`, `snappy`, `gzip`, `lzo`, `brotli`, `lz4`, `zstd`, `lz4_raw`. Review Comment: ```suggestion It can be `uncompressed`, `snappy`, `gzip`, `lzo`, `brotli`, `lz4`, `zstd` and `lz4_raw`. ``` -- 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]
