manishgupta88 commented on a change in pull request #3281: [WIP]Index server performance improvement
URL:
https://github.com/apache/carbondata/pull/3281#discussion_r293673685
##########
File path: core/src/main/java/org/apache/carbondata/core/datamap/DataMapUtil.java
##########
@@ -168,23 +168,28 @@ public static void pruneSegments(List<Segment> segments, List<ExtendedBlocklet>
static List<ExtendedBlocklet> pruneDataMaps(CarbonTable table,
Review comment:
Is it deliberately done to make the method access at package level? If not, then make the method `public` for both `pruneDataMap` methods
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services