You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/07/13 03:24:23 UTC

[GitHub] [incubator-kyuubi] turboFei commented on a diff in pull request #3049: [KYUUBI #3045] Support to do admin rest request with kyuubi-ctl

turboFei commented on code in PR #3049:
URL: https://github.com/apache/incubator-kyuubi/pull/3049#discussion_r919614131


##########
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:
   thanks, change to administer



##########
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:
   thanks, changed to administer



-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org