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_r386783445
##########
File path:
core/src/main/java/org/apache/carbondata/core/datastore/columnar/BlockIndexerStorageForNoInvertedIndexForShort.java
##########
@@ -17,85 +17,17 @@
package org.apache.carbondata.core.datastore.columnar;
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.carbondata.core.constants.CarbonCommonConstants;
-import org.apache.carbondata.core.util.ByteUtil;
-
/**
* Below class will be used to for no inverted index
+ * Only try applying RLE on data
*/
public class BlockIndexerStorageForNoInvertedIndexForShort 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:
[email protected]
With regards,
Apache Git Services