mchades commented on code in PR #6985:
URL: https://github.com/apache/gravitino/pull/6985#discussion_r2051888351
##########
clients/filesystem-hadoop3/src/main/java/org/apache/gravitino/filesystem/hadoop/BaseGVFSOperations.java:
##########
@@ -369,6 +376,15 @@ protected long defaultBlockSize() {
return defaultBlockSize;
}
+ /**
+ * Whether to enable credential vending.
+ *
+ * @return true if credential vending is enabled, false otherwise.
+ */
+ protected boolean enableCredentialVending() {
Review Comment:
when the developers implement their own GVFS ops, they can call the method
to know whether the credential vending is enabled
--
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]