yuqi1129 commented on code in PR #5967: URL: https://github.com/apache/gravitino/pull/5967#discussion_r1897200104
########## authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/PathBasedMetadataObject.java: ########## @@ -32,7 +32,11 @@ public class PathBasedMetadataObject implements AuthorizationMetadataObject { */ public enum Type implements AuthorizationMetadataObject.Type { /** A path is mapped the path of storages like HDFS, S3 etc. */ - PATH(MetadataObject.Type.FILESET); + FILESET_PATH(MetadataObject.Type.FILESET), + TABLE_PATH(MetadataObject.Type.TABLE), + SCHEMA_PATH(MetadataObject.Type.SCHEMA), Review Comment: @xunliu Please take a look and let me know if this is acceptable to you. -- 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