jackylk commented on a change in pull request #3614: [CARBONDATA-3693] Separate 
Index command from DataMap command
URL: https://github.com/apache/carbondata/pull/3614#discussion_r385617240
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/index/dev/BlockletSerializer.java
 ##########
 @@ -15,19 +15,19 @@
  * limitations under the License.
  */
 
-package org.apache.carbondata.core.datamap.dev;
+package org.apache.carbondata.core.index.dev;
 
 import java.io.DataInputStream;
 import java.io.DataOutputStream;
 import java.io.IOException;
 
 import org.apache.carbondata.common.annotations.InterfaceAudience;
-import org.apache.carbondata.core.datamap.dev.fgdatamap.FineGrainBlocklet;
 import org.apache.carbondata.core.datastore.impl.FileFactory;
+import org.apache.carbondata.core.index.dev.fgindex.FineGrainBlocklet;
 
 /**
  * A serializer/deserializer for {@link FineGrainBlocklet}, it is used after 
prune the data
- * by {@link org.apache.carbondata.core.datamap.dev.fgdatamap.FineGrainDataMap}
+ * by {@link FineGrainIndex}
 
 Review comment:
   fixed

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