cxzl25 commented on code in PR #1743:
URL: https://github.com/apache/orc/pull/1743#discussion_r1448913988
##########
java/core/src/java/org/apache/orc/OrcConf.java:
##########
@@ -72,6 +72,21 @@ public enum OrcConf {
"Define the compression strategy to use while writing data.\n" +
"This changes the compression level of higher level compression\n" +
"codec (like ZLIB)."),
+ COMPRESSION_ZSTD_IMPL("orc.compression.zstd.impl",
Review Comment:
This PR currently implements automatic fallback to aircompressor when
`zstd-jni` is unavailable, and also implements the configuration of
`orc.compression.zstd.impl=java` to force the use of aircompressor for writing.
However, there is currently no implementation of forcing the use of
aircompressor for reading. Because it is a bit difficult to pass configuration
items in the reader.
--
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]