diqiu50 commented on code in PR #9569:
URL: https://github.com/apache/gravitino/pull/9569#discussion_r2664011910
##########
catalogs/hadoop-common/src/main/java/org/apache/gravitino/catalog/hadoop/fs/FileSystemUtils.java:
##########
@@ -51,28 +44,14 @@ public class FileSystemUtils {
private FileSystemUtils() {}
- public static Map<String, FileSystemProvider> getFileSystemProviders(String
fileSystemProviders) {
+ public static Map<String, FileSystemProvider> getFileSystemProviders() {
Review Comment:
After adding this feature, the fileset catalog can no longer determine which
fileset providers are required. Update it to avoid this constraint when
creating filesets.
--
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]