jerryshao commented on code in PR #5020:
URL: https://github.com/apache/gravitino/pull/5020#discussion_r1802412338


##########
clients/filesystem-hadoop3/src/main/java/org/apache/gravitino/filesystem/hadoop/GravitinoVirtualFileSystemConfiguration.java:
##########
@@ -32,6 +35,18 @@ class GravitinoVirtualFileSystemConfiguration {
   /** The configuration key for the Gravitino client auth type. */
   public static final String FS_GRAVITINO_CLIENT_AUTH_TYPE_KEY = 
"fs.gravitino.client.authType";
 
+  /**
+   * Full class name of file systems that implement {@link 
FileSystemProvider}` spilt by a comma.
+   *
+   * <p>This configuration is used to register file system providers to the 
gvfs file system. For
+   * example:
+   *
+   * <pre>
+   * XFileSystemProvider, FileSystemProvider

Review Comment:
   Is the description correct?



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