manishgupta88 commented on a change in pull request #3177: [CARBONDATA-3337][CARBONDATA-3306] Distributed index server URL: https://github.com/apache/carbondata/pull/3177#discussion_r277667911
########## File path: core/src/main/java/org/apache/carbondata/core/datamap/DataMapDistributable.java ########## @@ -34,7 +34,7 @@ private String tablePath; - private Segment segment; + protected Segment segment; Review comment: Already there is public `getSegment` method..so is this change required?..I think we can make use of `getSegment` to access wherever required ---------------------------------------------------------------- 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
