justinmclean commented on code in PR #6461: URL: https://github.com/apache/gravitino/pull/6461#discussion_r1960952308
########## clients/cli/src/main/java/org/apache/gravitino/cli/CommandContext.java: ########## @@ -32,6 +32,8 @@ public class CommandContext { private final boolean quiet; private final CommandLine line; private final String auth; + // TODO make it final + private int outputLimit; Review Comment: can it be made final? -- 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