yaooqinn commented on code in PR #3049:
URL: https://github.com/apache/incubator-kyuubi/pull/3049#discussion_r919598594
##########
kyuubi-ctl/src/main/scala/org/apache/kyuubi/ctl/CliConfig.scala:
##########
@@ -21,7 +21,7 @@ import org.apache.kyuubi.ctl.ControlObject.ControlObject
private[ctl] object ControlAction extends Enumeration {
type ControlAction = Value
- val CREATE, GET, DELETE, LIST, LOG, SUBMIT = Value
+ val CREATE, GET, DELETE, LIST, LOG, SUBMIT, ADMIN = Value
Review Comment:
admin seems not a verb
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]