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/28 13:25:35 UTC

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

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


With regards,
Apache Git Services