Abyss-lord commented on code in PR #5943:
URL: https://github.com/apache/gravitino/pull/5943#discussion_r1895145086
##########
clients/cli/src/main/java/org/apache/gravitino/cli/FullName.java:
##########
@@ -29,6 +29,8 @@ public class FullName {
private final CommandLine line;
private String metalakeEnv;
private boolean matalakeSet = false;
+ private boolean isMissingNameInfoVisible = true;
+ private boolean isMalformedInfoVisible = true;
Review Comment:
@justinmclean
- `hasDisplayMissingNameInfo`: When the variable is true, it has been
displayed once and no more error messages will be displayed
- `hasDisplayMalformedInfo`: When the variable is true, it has been
displayed once and no more error messages will be displayed
Is this more reasonable?
--
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]