Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apache#6030] fix(CLI): Fix Setting the same tags multiple times in t…
…he Gravitino CLi gives unexpected output (apache#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: apache#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 ```
- Loading branch information