hililiwei commented on code in PR #133:
URL: https://github.com/apache/flink-table-store/pull/133#discussion_r883271494


##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/utils/FileStorePathFactory.java:
##########
@@ -106,7 +114,12 @@ public Path toTmpSnapshotPath(long id) {
     }
 
     public DataFilePathFactory createDataFilePathFactory(BinaryRowData 
partition, int bucket) {
-        return new DataFilePathFactory(root, getPartitionString(partition), 
bucket);
+        return createDataFilePathFactory(partition, bucket, formatIdentifier);
+    }
+
+    public DataFilePathFactory createDataFilePathFactory(

Review Comment:
   Sorry, I submitted the wrong one. Has been updated.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to