yuqi1129 commented on code in PR #5244:
URL: https://github.com/apache/gravitino/pull/5244#discussion_r1820879442


##########
clients/filesystem-hadoop3/src/main/java/org/apache/gravitino/filesystem/hadoop/GravitinoVirtualFileSystem.java:
##########
@@ -385,13 +383,14 @@ private FilesetContextPair getFilesetContext(Path 
virtualPath, FilesetDataOperat
             scheme,
             str -> {
               try {
-                Map<String, String> maps = getConfigMap(getConf());
                 FileSystemProvider provider = 
fileSystemProvidersMap.get(scheme);
                 if (provider == null) {
                   throw new GravitinoRuntimeException(
                       "Unsupported file system scheme: %s for %s.",
                       scheme, 
GravitinoVirtualFileSystemConfiguration.GVFS_SCHEME);
                 }
+
+                Map<String, String> maps = getConfigMap(getConf());

Review Comment:
   Yes , `GravitinoVirtualFileSystemS3IT` can be running in the CI and cover 
the changes.



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