XJDKC commented on code in PR #724:
URL: https://github.com/apache/polaris/pull/724#discussion_r1934665278


##########
service/common/src/main/java/org/apache/polaris/service/catalog/BasePolarisCatalog.java:
##########
@@ -2039,8 +1975,7 @@ private List<TableIdentifier> 
listTableLike(PolarisEntitySubType subType, Namesp
    * @return FileIO object
    */
   private FileIO loadFileIO(String ioImpl, Map<String, String> properties) {
-    Map<String, String> propertiesWithS3CustomizedClientFactory = new 
HashMap<>(properties);
-    return fileIOFactory.loadFileIO(ioImpl, 
propertiesWithS3CustomizedClientFactory);
+    return CatalogUtil.loadFileIO(ioImpl, properties, new Configuration());

Review Comment:
   Used `FileIOFactory` instead to load the catalog default FileIO.



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