jackylk commented on a change in pull request #3611: [CARBONDATA-3692] Support 
NoneCompression during loading data.
URL: https://github.com/apache/carbondata/pull/3611#discussion_r379408170
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/datastore/compression/CompressorFactory.java
 ##########
 @@ -35,6 +35,7 @@
   private final Map<String, Compressor> allSupportedCompressors = new 
HashMap<>();
 
   public enum NativeSupportedCompressor {
+    NONE("none",NoneCompressor.class),
 
 Review comment:
   add space after `,`

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to