justinmclean commented on code in PR #5897:
URL: https://github.com/apache/gravitino/pull/5897#discussion_r1889692752
##########
clients/cli/src/main/java/org/apache/gravitino/cli/ErrorMessages.java:
##########
@@ -30,6 +30,8 @@ public class ErrorMessages {
public static final String UNKNOWN_TABLE = "Unknown table name.";
public static final String MALFORMED_NAME = "Malformed entity name.";
public static final String MISSING_NAME = "Missing --name option.";
+ public static final String MISSING_ENTITY =
Review Comment:
MISSING_NAME means the name is misisng, MALFORMED_NAME means the name format
is not correct i.e. it may be misisng a piece or have the wrong separators etc
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]