ankitsultana commented on code in PR #10332: URL: https://github.com/apache/pinot/pull/10332#discussion_r1116522739
########## pinot-query-runtime/src/test/java/org/apache/pinot/query/service/QueryDispatcherTest.java: ########## @@ -51,7 +41,13 @@ public class QueryDispatcherTest extends QueryTestSet { private final Map<Integer, QueryRunner> _queryRunnerMap = new HashMap<>(); private QueryEnvironment _queryEnvironment; + private QueryDispatcher.DispatchClient _dispatchClient; + @Test + public void addTests() { Review Comment: will add tests after an initial round of review. -- 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