ravipesala commented on a change in pull request #3202: [CARBONDATA-3350] Enhance custom compaction to resort old single segment by new sort_columns
URL:
https://github.com/apache/carbondata/pull/3202#discussion_r288102175
##########
File path: core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/SegmentIndexFileStore.java
##########
@@ -515,4 +522,56 @@ private void readIndexAndFillBlockletInfo(CarbonFile indexFile) throws IOExcepti
public Map<String, List<String>> getCarbonMergeFileToIndexFilesMap() {
return carbonMergeFileToIndexFilesMap;
}
+
+ public static IndexHeader getIndexHeaderOfSegment(LoadMetadataDetails load,
Review comment:
Add the comment saying that here we are getting only the first encountered indexfile header from the segment
----------------------------------------------------------------
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