justinmclean commented on code in PR #6440: URL: https://github.com/apache/gravitino/pull/6440#discussion_r1951931548
########## clients/cli/src/main/java/org/apache/gravitino/cli/commands/ClientVersion.java: ########## @@ -44,6 +44,6 @@ public void handle() { } catch (Exception exp) { exitWithError(exp.getMessage()); } - System.out.println("Apache Gravitino " + version); + printInformation("Apache Gravitino " + version); Review Comment: I'd use result here ########## clients/cli/src/main/java/org/apache/gravitino/cli/commands/ServerVersion.java: ########## @@ -45,6 +45,6 @@ public void handle() { exitWithError(exp.getMessage()); } - System.out.println("Apache Gravitino " + version); + printInformation("Apache Gravitino " + version); Review Comment: I'd use result here -- 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