jerqi commented on code in PR #3852:
URL: https://github.com/apache/gravitino/pull/3852#discussion_r1679244910
##########
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/HadoopCatalogOperations.java:
##########
@@ -109,6 +118,34 @@ public String getKerberosRealm() {
return kerberosRealm;
}
+ public EntityStore getStore() {
+ return store;
+ }
+
+ public Map<NameIdentifier, UserInfo> getUserInfoMap() {
Review Comment:
Should we maintain these in the SecureHadoopCatalogOperations?
--
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]