Github user sounakr commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2179#discussion_r183069834
--- Diff:
core/src/main/java/org/apache/carbondata/core/datamap/Segment.java ---
@@ -80,6 +115,22 @@ public static Segment toSegment(String segmentId) {
return new Segment(segmentId, null);
}
+ /**
+ * SegmentId can be combination of segmentNo and segmentFileName
--- End diff --
Done---
