JingsongLi commented on code in PR #4944:
URL: https://github.com/apache/paimon/pull/4944#discussion_r1919903152


##########
paimon-core/src/main/java/org/apache/paimon/catalog/CatalogUtils.java:
##########
@@ -265,10 +265,11 @@ private static FormatTable toFormatTable(Identifier 
identifier, TableSchema sche
                 .build();
     }
 
-    private static ObjectTable toObjectTable(Catalog catalog, FileStoreTable 
underlyingTable) {
+    private static ObjectTable toObjectTable(FileIO fileIO, FileStoreTable 
underlyingTable) {
         CoreOptions options = underlyingTable.coreOptions();
         String objectLocation = options.objectLocation();
-        FileIO objectFileIO = catalog.fileIO(new Path(objectLocation));

Review Comment:
   Add a TODO.
   Keep this as it is. We can consider this later.



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