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_r386783589
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/datastore/columnar/BlockIndexerStorageForShort.java
 ##########
 @@ -17,38 +17,25 @@
 
 package org.apache.carbondata.core.datastore.columnar;
 
-import java.util.ArrayList;
 import java.util.Arrays;
-import java.util.List;
-import java.util.Map;
-
-import org.apache.carbondata.core.constants.CarbonCommonConstants;
-import org.apache.carbondata.core.util.ByteUtil;
 
+/**
+ * Only try applying RLE on rowId and data
+ */
 public class BlockIndexerStorageForShort extends BlockIndexerStorage<byte[][]> 
{
 
 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