justinmclean opened a new issue, #5808:
URL: https://github.com/apache/gravitino/issues/5808

   ### What would you like to be improved?
   
   When running this:
   `gcli table  list -i --metalake metalake_demo --name catalog_postgres`
   
   This is the output:
   ```
   Malformed entity name.
   Exception in thread "main" 
org.apache.gravitino.exceptions.IllegalNamespaceException: Cannot create a 
namespace with null or empty level
        at org.apache.gravitino.Namespace.check(Namespace.java:151)
        at org.apache.gravitino.Namespace.of(Namespace.java:61)
        at 
org.apache.gravitino.cli.commands.ListTables.handle(ListTables.java:52)
        at 
org.apache.gravitino.cli.GravitinoCommandLine.handleTableCommand(GravitinoCommandLine.java:316)
        at 
org.apache.gravitino.cli.GravitinoCommandLine.executeCommand(GravitinoCommandLine.java:130)
        at 
org.apache.gravitino.cli.GravitinoCommandLine.handleCommandLine(GravitinoCommandLine.java:92)
        at org.apache.gravitino.cli.Main.main(Main.java:47)
   ```
   
   ### How should we improve?
   
   No exception should occur. Note this doesn't occur with other list commands.


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