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


##########
clients/cli/src/main/java/org/apache/gravitino/cli/Main.java:
##########
@@ -72,7 +73,7 @@ protected static String resolveCommand(CommandLine line) {
     if (args.length == 2) {
       String action = args[1];

Review Comment:
   Why not just do `toLowerCase(Locale.ROOT);` here? Then there is no need to 
modify `isValidCommand` and you can just `return action`.



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