xunliu commented on code in PR #5836: URL: https://github.com/apache/gravitino/pull/5836#discussion_r1883134535
########## clients/cli/src/main/java/org/apache/gravitino/cli/commands/CommandConstants.java: ########## Review Comment: I think we didn't define `CommandConstants.java`, we can directly use MetadataObject.Type in the `CommandUtil.java`, for example: ``` public static String[] TABLE_MODEL = new String[] { MetadataObject.Type.METALKE.name(), MetadataObject.Type.CATALOG.name(), MetadataObject.Type.SCHEMA.name(), MetadataObject.Type.TABLE.name(), MetadataObject.Type.COLUMN.name() }; ``` -- 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