jerqi commented on code in PR #4248:
URL: https://github.com/apache/gravitino/pull/4248#discussion_r1691033392
##########
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/SecureHadoopCatalogOperations.java:
##########
@@ -231,6 +227,12 @@ public Fileset alterFileset(NameIdentifier ident,
FilesetChange... changes)
if (userInfo != null) {
userInfoMap.put(NameIdentifier.of(ident.namespace(), finalName),
userInfo);
}
+
+ Boolean impersonationEnable = impersonationEnableMap.remove(ident);
Review Comment:
It's already weird for us to have userInfoMap. Do we need
impersonationEnableMap? Could we give a unified abstraction data type for them.
--
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]