You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/03/18 07:52:31 UTC

[GitHub] [carbondata] ravipesala commented on a change in pull request #3148: [CARBONDATA-3293] Prune datamaps improvement for count(*)

ravipesala commented on a change in pull request #3148: [CARBONDATA-3293] Prune datamaps improvement for count(*)
URL: https://github.com/apache/carbondata/pull/3148#discussion_r266323594
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/indexstore/AbstractMemoryDMStore.java
 ##########
 @@ -33,6 +33,8 @@
 
   protected final String taskId = ThreadLocalTaskInfo.getCarbonTaskInfo().getTaskId();
 
+  private long totalRowCount;
 
 Review comment:
   Please keep in unsafe, I don't think get from unsafe now causes any delay.

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


With regards,
Apache Git Services