pan3793 commented on code in PR #7318:
URL: https://github.com/apache/kyuubi/pull/7318#discussion_r2745424306
##########
dev/kyuubi-tpcds/src/main/scala/org/apache/kyuubi/tpcds/benchmark/RunBenchmark.scala:
##########
@@ -73,6 +74,9 @@ object RunBenchmark {
c.copy(exclude = x.split(",").map(_.trim).filter(_.nonEmpty).toSet)
}
.text("name of the queries to exclude, use comma to split multiple
names, e.g. q2,q4")
+ opt[String]('m', "execution-mode")
Review Comment:
short option is misleading, let's keep only the long version
--
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]