You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the client Command parameter validation logic. Let the command do its own validation, and GravitinoCommandLine only handle the common part of the logic validation
How should we improve?
Refactor the client Command parameter validation logic by introducing a verify method in the Command class for parameter validation. the verify method as follows:
Abyss-lord
changed the title
[Improvement] Refactor the validation logic in the commands.
[EPIC] Refactor the validation logic in the commands.
Jan 3, 2025
What would you like to be improved?
Refactor the client Command parameter validation logic. Let the command do its own validation, and
GravitinoCommandLine
only handle the common part of the logic validationHow should we improve?
Refactor the client Command parameter validation logic by introducing a
verify
method in theCommand
class for parameter validation. theverify
method as follows:In GravitinoCommandLine, Use
newXXX().verify.handle()
to invoke specific commandsTask list
The text was updated successfully, but these errors were encountered: