jerqi commented on code in PR #7536:
URL: https://github.com/apache/gravitino/pull/7536#discussion_r2184133165
##########
core/src/main/java/org/apache/gravitino/authorization/OwnerManager.java:
##########
@@ -60,7 +62,7 @@ public OwnerManager(EntityStore store) {
public void setOwner(
String metalake, MetadataObject metadataObject, String ownerName,
Owner.Type ownerType) {
-
+ notifyOwnerChange(metalake, metadataObject);
Review Comment:
If database operations fail, you will cause some issues.
--
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]