yuqi1129 commented on code in PR #5974:
URL: https://github.com/apache/gravitino/pull/5974#discussion_r1901455267
##########
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:
To make it clear that the call path is from GVFS client NOT Gravitino server.
--
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]