npawar commented on code in PR #8539:
URL: https://github.com/apache/pinot/pull/8539#discussion_r853554426
##########
pinot-tools/src/main/java/org/apache/pinot/tools/perf/QueryRunner.java:
##########
@@ -53,56 +52,58 @@ public class QueryRunner extends AbstractBaseCommand
implements Command {
private static final long NANO_DELTA = (long) 5E5;
private static final String CLIENT_TIME_STATISTICS = "CLIENT TIME
STATISTICS";
- @CommandLine.Option(names = {"-mode"}, required = true,
- description = "Mode of query runner
(singleThread|multiThreads|targetQPS|increasingQPS).")
+ @CommandLine.Option(names = {"-mode"}, required = true, description = "Mode
of query runner "
+ + "(singleThread|multiThreads|targetQPS|increasingQPS).")
Review Comment:
ah i see! will keep in mind for next time
--
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]