jerqi commented on code in PR #4623:
URL: https://github.com/apache/gravitino/pull/4623#discussion_r1726586607


##########
core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java:
##########
@@ -190,6 +207,10 @@ public static boolean 
needApplyAllAuthorizationPlugin(SecurableObject securableO
     return false;
   }
 
+  private static boolean 
needApplyAuthorizationPluginSetOwner(MetadataObject.Type type) {
+    return type == MetadataObject.Type.METALAKE;
+  }
+
   private static boolean supportsSingleAuthorizationPlugin(MetadataObject.Type 
type) {

Review Comment:
   I changed to `supportsPushdownAuthorizationPlugin`.



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