yuqi1129 commented on code in PR #5974:
URL: https://github.com/apache/gravitino/pull/5974#discussion_r1907225494
##########
clients/filesystem-hadoop3/src/main/java/org/apache/gravitino/filesystem/hadoop/GravitinoVirtualFileSystem.java:
##########
@@ -410,6 +336,23 @@ private FilesetContextPair getFilesetContext(Path
virtualPath, FilesetDataOperat
return new FilesetContextPair(new Path(actualFileLocation), fs);
}
+ private boolean credentialVending(Catalog catalog, NameIdentifier
filesetIdentifier) {
Review Comment:
I have no preference for these two, both seem reasonable to me.
--
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]