cxzl25 commented on code in PR #5157:
URL: https://github.com/apache/kyuubi/pull/5157#discussion_r1295470694
##########
kyuubi-ctl/src/main/scala/org/apache/kyuubi/ctl/cli/AdminControlCliArguments.scala:
##########
@@ -37,6 +37,7 @@ class AdminControlCliArguments(args: Seq[String], env:
Map[String, String] = sys
cliConfig.action match {
case ControlAction.LIST => cliConfig.resource match {
case ControlObject.ENGINE => new AdminListEngineCommand(cliConfig)
Review Comment:
How about adding an optional parameter to `ListEngineCommand`?
```
bin/kyuubi-admin list engine [options]
```
--
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]