yupeng9 commented on code in PR #9246: URL: https://github.com/apache/pinot/pull/9246#discussion_r950345665
########## pinot-tools/src/main/java/org/apache/pinot/tools/PartialUpsertQuickStart.java: ########## @@ -123,7 +67,10 @@ public void execute() printStatus(Color.CYAN, "Query : " + q2); printStatus(Color.YELLOW, prettyPrintResponse(runner.runQuery(q2))); printStatus(Color.GREEN, "***************************************************"); + } - printStatus(Color.GREEN, "You can always go to http://localhost:9000 to play around in the query console"); + @Override + public List<String> types() { + return Arrays.asList("PARTIAL-UPSERT", "PARTIAL_UPSERT"); Review Comment: whats the difference between "PARTIAL-UPSERT", "PARTIAL_UPSERT"? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org