jackylk commented on a change in pull request #3649: [CARBONDATA-3730] Avoid 
data conversion and remove duplicate codes in BlockIndexerStorage
URL: https://github.com/apache/carbondata/pull/3649#discussion_r386783634
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/datastore/columnar/BlockIndexerStorageForNoDictionary.java
 ##########
 @@ -18,18 +18,14 @@
 package org.apache.carbondata.core.datastore.columnar;
 
 import java.util.Arrays;
-import java.util.Map;
 
 import org.apache.carbondata.core.metadata.datatype.DataType;
 
+/**
+ * Only try applying RLE on rowId
+ */
 public class BlockIndexerStorageForNoDictionary extends 
BlockIndexerStorage<Object[]> {
 
 Review comment:
   Please change class name to a more understandable one

----------------------------------------------------------------
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