somandal commented on code in PR #10413:
URL: https://github.com/apache/pinot/pull/10413#discussion_r1137630764
##########
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/operator/MailboxSendOperatorTest.java:
##########
@@ -84,11 +87,14 @@ public void shouldSwallowNoOpBlockFromUpstream()
throws Exception {
long deadlineMs = System.currentTimeMillis() + 10_000;
// Given:
- MailboxSendOperator operator = new MailboxSendOperator(_mailboxService,
_input, ImmutableList.of(_server),
- RelDistribution.Type.HASH_DISTRIBUTED, _selector,
+// OpChainExecutionContext context =
+// OperatorTestUtil.getContext(1, DEFAULT_SENDER_STAGE_ID, new
VirtualServerAddress(_server));
Review Comment:
looks like comments left over. can you clean this up?
--
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]