Abyss-lord commented on code in PR #5897:
URL: https://github.com/apache/gravitino/pull/5897#discussion_r1889704220
##########
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:
Does the "Malformed entity name" message indicate that no entity is
specified? I found this message a bit overwhelming when I first encountered it.
--
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]