Abyss-lord opened a new pull request, #6037: URL: https://github.com/apache/gravitino/pull/6037
### What changes were proposed in this pull request? Fix the error information when Setting the same tags multiple times in the Gravitino CLi. now a hint information is given when the tag is set repeatedly ### Why are the changes needed? Fix: #6030 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? ```bash gcli tag set --metalake demo_metalake --name Hive_catalog --tag tagB tagC # Hive_catalog now tagged with tagB,tagC gcli tag set --metalake demo_metalake --name Hive_catalog --tag tagB tagC # [tagB, tagC] are(is) already associated with Hive_catalog ``` -- 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]
