apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.09k stars 343 forks source link

[#5528]Improvement[cli] Add and delete multiple tags at once in the Gravitino CLI #5641

Open sunxiaojian opened 20 hours ago

sunxiaojian commented 20 hours ago

What changes were proposed in this pull request?

Add and delete multiple tags at once in the Gravitino CLI

Why are the changes needed?

Close: (#5528)

justinmclean commented 20 hours ago

The CI is failing due to a JavaDoc issue you have "@param tag" when it needs "@param tags".

sunxiaojian commented 17 hours ago

The CI is failing due to a JavaDoc issue you have "@param tag" when it needs "@param tags".

@justinmclean fixed