JoshRosen commented on a change in pull request #24905: [SPARK-28102] Add
configuration for selecting LZ4 implementation (safe, unsafe, JNI)
URL: https://github.com/apache/spark/pull/24905#discussion_r295104235
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -1159,6 +1159,25 @@ package object config {
.bytesConf(ByteUnit.BYTE)
.createWithDefaultString("32k")
+ private[spark] val IO_COMPRESSION_LZ4_FACTORY =
Review comment:
See
https://github.com/lz4/lz4-java/blob/1.6.0/src/java/net/jpountz/lz4/LZ4Factory.java#L27
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]