jerryshao commented on code in PR #7077:
URL: https://github.com/apache/gravitino/pull/7077#discussion_r2065946547
##########
server-common/src/main/java/org/apache/gravitino/server/authorization/GravitinoAuthorizer.java:
##########
@@ -45,4 +45,14 @@ boolean authorize(
String metalake,
MetadataObject metadataObject,
Privilege.Name privilege);
+
+ /**
+ * Determine whether the user is the Owner of a certain metadataType.
Review Comment:
certain metadata object, not "type".
--
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]