wsjz commented on code in PR #19098:
URL: https://github.com/apache/doris/pull/19098#discussion_r1180345905


##########
fe/fe-core/src/main/java/org/apache/doris/fs/FileSystemFactory.java:
##########
@@ -33,7 +38,7 @@ public static FileSystem get(StorageBackend.StorageType type, 
Map<String, String
         return get(type.name(), type, properties);
     }
 
-    public static FileSystem get(String name, StorageBackend.StorageType type, 
Map<String, String> properties) {
+    public static RemoteFileSystem get(String name, StorageBackend.StorageType 
type, Map<String, String> properties) {

Review Comment:
   Can not remove it for now, it denpendent on Stmt



-- 
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: commits-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to