justinmclean opened a new issue, #5148: URL: https://github.com/apache/gravitino/issues/5148
### Version main branch ### Describe what's wrong When calling `associateTags` with an unknown tag, the tag will not be added to the entity and no error occurs. I would expect a NoSuchTag exception to be raised. ### Error message and/or stacktrace N/A ### How to reproduce Call associateTags with a tag name that has not been created in that metalake. ### Additional context Same happens when removing tags. -- 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]
