[GitHub] [carbondata] QiangCai commented on a change in pull request #3202: [CARBONDATA-3350] Enhance custom compaction to resort old single segment by new sort_columns

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

[GitHub] [carbondata] QiangCai commented on a change in pull request #3202: [CARBONDATA-3350] Enhance custom compaction to resort old single segment by new sort_columns

GitBox
QiangCai 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_r288535437
 
 

 ##########
 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:
   already change to check all index files in this 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