yuqi1129 commented on code in PR #8297:
URL: https://github.com/apache/gravitino/pull/8297#discussion_r2302759808


##########
core/src/main/java/org/apache/gravitino/EntityStore.java:
##########
@@ -149,6 +149,14 @@ <E extends Entity & HasIdentifier> E update(
       NameIdentifier ident, Class<E> type, EntityType entityType, Function<E, 
E> updater)
       throws IOException, NoSuchEntityException, EntityAlreadyExistsException;
 
+  <E extends Entity & HasIdentifier> E update(

Review Comment:
   Is this method specialized for `role` related operations? It's so, I believe 
we need to make it more general.



-- 
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]

Reply via email to