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


##########
clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java:
##########
@@ -336,6 +342,10 @@ private void handleSchemaCommand() {
         }
         break;
 
+      case CommandActions.LIST:
+        newListSchema(url, ignore, metalake, catalog).handle();
+        break;
+

Review Comment:
   LIST needs to outside the case as you get an error message.



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