Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2083#discussion_r177619092
--- Diff:
core/src/main/java/org/apache/carbondata/core/datamap/Segment.java ---
@@ -50,9 +51,11 @@ public String getSegmentFileName() {
}
public static List<Segment> toSegmentList(String[] segmentIds) {
+ int startIndex =
--- End diff --
Don't change this method, better add new method---
