Abyss-lord commented on PR #5939:
URL: https://github.com/apache/gravitino/pull/5939#issuecomment-2558746971

   > > bin/gcli.sh schema details --m demo_metalake -i
   > > # output
   > > # Missing --name option.
   > > # Missing --name option.
   > > # Missing required argument(s): catalog, schema
   > 
   > These error messages mean that we need to further consolidate the argument 
validation logic.
   
   https://github.com/apache/gravitino/issues/5927, If an entity name is 
malformed, the CLI should output 'Malformed entity name.' only once, instead of 
multiple times. when this pr merge, the output should be like this:
   ```bash
   # Missing --name option.
   # Missing required argument(s): catalog, schema
   ```


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