You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "ankitsultana (via GitHub)" <gi...@apache.org> on 2023/02/24 05:27:24 UTC

[GitHub] [pinot] ankitsultana commented on a diff in pull request #10332: [multistage] Dispatch Query Plan in Parallel

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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org