You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/05/29 12:20:00 UTC

[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

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:
users@infra.apache.org


With regards,
Apache Git Services