gortiz commented on code in PR #15919:
URL: https://github.com/apache/pinot/pull/15919#discussion_r2113599332


##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageWithoutStatsIntegrationTest.java:
##########
@@ -152,8 +152,7 @@ public void testIntersection()
     assertEquals(children.size(), 1);
 
     JsonNode child = children.get(0);
-    assertEquals(child.get("type").asText(), "MAILBOX_SEND");
+    assertEquals(child.get("type").asText(), "EMPTY_MAILBOX_SEND");

Review Comment:
   There was an error in MailboxSendOperator when send stats was false. As a 
result, a successful EOS instead of an error was sent. That had the side effect 
of adding an empty stats block, which means the node was printed as 
MAILBOX_SEND instead of the correct EMPTY_MAILBOX_SEND



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