vikramahuja1001 commented on a change in pull request #3934:
URL: https://github.com/apache/carbondata/pull/3934#discussion_r505187328



##########
File path: 
core/src/main/java/org/apache/carbondata/core/util/path/CarbonTablePath.java
##########
@@ -297,7 +297,7 @@ private static String getCarbonIndexFileName(String taskNo, 
int bucketNumber,
    */
   public static String getSegmentPath(String tablePath, String segmentId) {
     return getPartitionDir(tablePath) + CarbonCommonConstants.FILE_SEPARATOR
-        + SEGMENT_PREFIX + segmentId;
+        + SEGMENT_PREFIX + segmentId + segmentId;

Review comment:
       why is segmentID used twice instead of a UUID?




----------------------------------------------------------------
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:
[email protected]


Reply via email to