maheshrajus commented on a change in pull request #3639: [CARBONDATA-3724] Secondary Index enable on partition Table URL: https://github.com/apache/carbondata/pull/3639#discussion_r386975490
########## File path: core/src/main/java/org/apache/carbondata/core/mutate/data/BlockMappingVO.java ########## @@ -30,6 +30,8 @@ private Map<String, RowCountDetailsVO> completeBlockRowDetailVO; + private Map<String, String> blockToSegmentMapping; Review comment: This map will help us to finding the segment id from the block path. I will add proper comments to this map in code. Can you suggest me any alternative to get the segment Id, Thanks ---------------------------------------------------------------- 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
