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


##########
clients/cli/src/main/java/org/apache/gravitino/cli/commands/ListGroups.java:
##########
@@ -54,9 +58,29 @@ public void handle() {
     }
 
     if (groups.length == 0) {
-      printInformation("No groups found in metalake " + metalake);
+      printInformation("No groups found in metalake: " + metalake);

Review Comment:
   Please do not change the format of existing messages unless it is actually 
needed



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

Reply via email to