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

   ### What would you like to be improved?
   
   Adding a tag that doesn;t exist will give no error and no tag is added. 
Example command and output:
   ```
   gcli tag set --metalake metalake_demo --name catalog_postgres --tag unknown 
-i
   catalog_postgres now tagged with 
   ```
   
   ### How should we improve?
   
   The output could be improved e.g. "catalog_postgres now tagged with 
nothing". However, this seems more like a Java API issue in that NoSuchTag 
exception or similar should have been thrown.


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