Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2207#discussion_r184838170
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/SegmentFileStore.java ---
@@ -140,15 +141,19 @@ public static String genSegmentFileName(String
segmentId, String UUID) {
/**
* Write segment file to the metadata folder of the table
+ *
* @param tablePath table path
* @param segmentId segment id
- * @param UUID a UUID string used to construct the segment file name
--- End diff --
please keep it
---