vrajat commented on code in PR #13598:
URL: https://github.com/apache/pinot/pull/13598#discussion_r1741401444


##########
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/executor/OpChainSchedulerServiceTest.java:
##########
@@ -77,9 +78,10 @@ private OpChain getChain(MultiStageOperator operator) {
     when(mailboxService.getHostname()).thenReturn("localhost");
     when(mailboxService.getPort()).thenReturn(1234);
     WorkerMetadata workerMetadata = new WorkerMetadata(0, ImmutableMap.of(), 
ImmutableMap.of());
+    ThreadExecutionContext parentContext = null;

Review Comment:
   Removed.



##########
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/executor/OpChainSchedulerServiceTest.java:
##########
@@ -77,9 +78,10 @@ private OpChain getChain(MultiStageOperator operator) {
     when(mailboxService.getHostname()).thenReturn("localhost");
     when(mailboxService.getPort()).thenReturn(1234);
     WorkerMetadata workerMetadata = new WorkerMetadata(0, ImmutableMap.of(), 
ImmutableMap.of());
+    ThreadExecutionContext parentContext = null;
     OpChainExecutionContext context =
         new OpChainExecutionContext(mailboxService, 123L, Long.MAX_VALUE, 
ImmutableMap.of(),
-            new StageMetadata(0, ImmutableList.of(workerMetadata), 
ImmutableMap.of()), workerMetadata, null);
+            new StageMetadata(0, ImmutableList.of(workerMetadata), 
ImmutableMap.of()), workerMetadata, null, null);

Review Comment:
   Done



-- 
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

Reply via email to