justinmclean commented on code in PR #6198:
URL: https://github.com/apache/gravitino/pull/6198#discussion_r1912622041
##########
clients/cli/src/main/java/org/apache/gravitino/cli/CatalogCommandHandler.java:
##########
@@ -54,6 +55,7 @@ public CatalogCommandHandler(
this.line = line;
this.command = command;
this.ignore = ignore;
+ this.quiet = line.hasOption(GravitinoOptions.QUIET);
Review Comment:
Passing this in would reduce the number of calls to get 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]