-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#6152] refactor: Refactor tag commands in Gravitino CLI #6192
Conversation
It looks like one of the tag tests is failing. Try setting Main.useExit to false to see which test it is. |
c200bb1
to
07b8113
Compare
Hi @justinmclean |
clients/cli/src/main/java/org/apache/gravitino/cli/TagCommandHandler.java
Show resolved
Hide resolved
clients/cli/src/main/java/org/apache/gravitino/cli/TagCommandHandler.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks for the contribution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already approved
…e#6192) ### What changes were proposed in this pull request? Reduce complexity in `GravitinoCommandLine` ### Why are the changes needed? For readability and maintainability. Fix: apache#6152 ### Does this PR introduce _any_ user-facing change? (Please list the user-facing changes introduced by your change, including None. ### How was this patch tested? Tested locally. --------- Co-authored-by: Justin Mclean <[email protected]>
What changes were proposed in this pull request?
Reduce complexity in
GravitinoCommandLine
Why are the changes needed?
For readability and maintainability.
Fix: #6152
Does this PR introduce any user-facing change?
(Please list the user-facing changes introduced by your change, including
None.
How was this patch tested?
Tested locally.