Abyss-lord commented on code in PR #6359: URL: https://github.com/apache/gravitino/pull/6359#discussion_r1948339736
########## clients/cli/src/main/java/org/apache/gravitino/cli/ErrorMessages.java: ########## @@ -23,6 +23,8 @@ public class ErrorMessages { public static final String CATALOG_EXISTS = "Catalog already exists."; public static final String COLUMN_EXISTS = "Column already exists."; + public static final String DELETE_ANONYMOUS_USER = + "Can't delete anonymous user. This will cause unexpected " + "behavior."; Review Comment: @justinmclean done. -- 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