xunliu commented on code in PR #6821: URL: https://github.com/apache/gravitino/pull/6821#discussion_r2030832605
########## authorizations/authorization-common/src/main/java/org/apache/gravitino/authorization/common/PathBasedMetadataObject.java: ########## Review Comment: Don‘t forget to delete these defines. ``` public class PathBasedMetadataObject implements AuthorizationMetadataObject { public static final PathType METALAKE_PATH = new PathType(MetadataObject.Type.METALAKE); public static final PathType CATALOG_PATH = new PathType(MetadataObject.Type.CATALOG); public static final PathType SCHEMA_PATH = new PathType(MetadataObject.Type.SCHEMA); public static final PathType TABLE_PATH = new PathType(MetadataObject.Type.TABLE); public static final PathType FILESET_PATH = new PathType(MetadataObject.Type.FILESET); ``` -- 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