Stefanietry commented on code in PR #6394:
URL: https://github.com/apache/paimon/pull/6394#discussion_r2480708065


##########
paimon-core/src/main/java/org/apache/paimon/io/DataFilePathFactory.java:
##########
@@ -98,6 +98,16 @@ public Path newPath(String prefix) {
         return newPathFromName(newFileName(prefix));
     }
 
+    public Path newPath(String prefix, Path relativeBucketPath) {

Review Comment:
   For chain table, one logical partition may correspond to multiple physical 
partitions. Therefore, when creating a new path, on the basis of the original 
api about newPath,  both partitions and buckets need to be specified 
simultaneously. The current interface is not in use for now. It is only for 
compatibility with the function of creating new path



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to