jerqi commented on code in PR #9569:
URL: https://github.com/apache/gravitino/pull/9569#discussion_r2659516089
##########
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 feel we should have an interface to act as the entrance of logic. Because
maybe we will have other proxy logic, such as S3.
--
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]