jerqi commented on code in PR #6601: URL: https://github.com/apache/gravitino/pull/6601#discussion_r1984383676
########## api/src/main/java/org/apache/gravitino/authorization/SecurableObjects.java: ########## @@ -120,6 +136,22 @@ public static SecurableObject ofFileset( return of(MetadataObject.Type.FILESET, names, privileges); } + /** Review Comment: We don't support the privilege of the model now. You can remove this temporaly. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org