justinmclean commented on code in PR #6435:
URL: https://github.com/apache/gravitino/pull/6435#discussion_r1950194343
##########
clients/cli/src/main/java/org/apache/gravitino/cli/commands/RemoveAllTags.java:
##########
@@ -152,10 +150,9 @@ public void handle() {
}
if (tags.length > 0) {
- System.out.println(
- entity + " removed tags " + String.join(",", tags) + " now tagged
with nothing");
+ printResults(entity + " removed tags " + String.join(",", tags) + " now
tagged with nothing");
} else {
- System.out.println(entity + " has no tags");
+ printResults(entity + " has no tags");
Review Comment:
should be printInformation
--
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]