milleruntime commented on a change in pull request #456: Add ZStandard 
compression codec. Fixes #438
URL: https://github.com/apache/accumulo/pull/456#discussion_r186794664
 
 

 ##########
 File path: 
core/src/main/java/org/apache/accumulo/core/file/rfile/bcfile/Compression.java
 ##########
 @@ -456,6 +458,122 @@ public boolean isSupported() {
 
         return snappyCodec != null;
       }
+    },
+
+    ZSTANDARD(COMPRESSION_ZSTD) {
 
 Review comment:
   They do support snappy and zstandard but somewhere else in the code I guess?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to