diqiu50 commented on code in PR #9569:
URL: https://github.com/apache/gravitino/pull/9569#discussion_r2659524345
##########
catalogs/catalog-fileset/src/main/java/org/apache/gravitino/catalog/fileset/FilesetCatalogImpl.java:
##########
@@ -46,7 +46,7 @@ public String shortName() {
@Override
protected CatalogOperations newOps(Map<String, String> config) {
- return new SecureFilesetCatalogOperations();
+ return new FilesetCatalogOperations();
Review Comment:
I put the Kerberos handling logic into the hadoop-common module and reuse it
in Gvfs.
--
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]