[GitHub] ravipesala commented on a change in pull request #3126: [WIP][CARBONDATA-3293] Prune datamaps improvement

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ravipesala commented on a change in pull request #3126: [WIP][CARBONDATA-3293] Prune datamaps improvement

GitBox
ravipesala commented on a change in pull request #3126: [WIP][CARBONDATA-3293] Prune datamaps improvement
URL: https://github.com/apache/carbondata/pull/3126#discussion_r258030456
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/datamap/dev/DataMap.java
 ##########
 @@ -54,6 +56,13 @@ void init(DataMapModel dataMapModel)
   List<T> prune(Expression filter, SegmentProperties segmentProperties,
       List<PartitionSpec> partitions, CarbonTable carbonTable) throws IOException;
 
+  /**
+   * Prune the data maps for finding the row count. It returns a Map of
+   * blockletpath and the row count
+   */
+  Map<String, Integer> pruneRowCount(Segment segment, SegmentProperties segmentProperties,
 
 Review comment:
   It is just getting row count, not pruning anything here so, please rename it accordingly

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services