jerryshao commented on code in PR #5244:
URL: https://github.com/apache/gravitino/pull/5244#discussion_r1820847479
##########
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:
What is the gvfs configuration for now, is it aligned with server side conf,
or still use "."? I cannot find the code anymore.
--
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]