jerryshao commented on code in PR #5974:
URL: https://github.com/apache/gravitino/pull/5974#discussion_r1904976124
##########
bundles/azure/src/main/java/org/apache/gravitino/abs/fs/AzureFileSystemProvider.java:
##########
@@ -64,6 +74,42 @@ public FileSystem getFileSystem(@Nonnull Path path, @Nonnull
Map<String, String>
hadoopConfMap.forEach(configuration::set);
+ // Check whether this is from GVFS client.
+ if
(config.containsKey(GravitinoVirtualFileSystemConfiguration.FS_GRAVITINO_SERVER_URI_KEY))
{
Review Comment:
I agreed, the configuration check here is really hard to understand, what's
the relation between the check and the below code.
--
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]