justinmclean commented on code in PR #6461:
URL: https://github.com/apache/gravitino/pull/6461#discussion_r1960952844


##########
clients/cli/src/main/java/org/apache/gravitino/cli/CommandContext.java:
##########
@@ -55,6 +57,7 @@ public CommandContext(CommandLine line) {
             ? line.getOptionValue(GravitinoOptions.OUTPUT)
             : Command.OUTPUT_FORMAT_PLAIN;
     this.quiet = line.hasOption(GravitinoOptions.QUIET);
+    this.outputLimit = -1;

Review Comment:
   It's unclear to me what this is for - perhaps it needs a better name or 
better still in another PR



-- 
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

Reply via email to