Abyss-lord opened a new pull request, #6111: URL: https://github.com/apache/gravitino/pull/6111
### What changes were proposed in this pull request? Fix Exception thrown when trying to set multiple tags properties in Gravitino CLI. It should give some user-friendly information. ### Why are the changes needed? Fix: #6102 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ut + local test ```bash gcli tag set --metalake demo_metalake --tag tagA tagB tagC --property test --value value # This command only supports one --tag option. gcli tag details --metalake demo_metalake --tag tagA tagB tagC # This command only supports one --tag option. gcli tag remove --metalake demo_metalake --tag tagA tagB tagC --property test # This command only supports one --tag option. gcli tag update --metalake demo_metalake --tag tagA tagB tagC --comment "new comment" # This command only supports one --tag option. gcli tag update --metalake demo_metalake --tag tagA tagB tagC --rename "new name" # This command only supports one --tag option. ``` -- 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]
