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


##########
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/plannode/MailboxSendNode.java:
##########
@@ -130,4 +130,12 @@ public int hashCode() {
     return Objects.hash(super.hashCode(), _receiverStageId, _exchangeType, 
_distributionType, _keys, _prePartitioned,
         _collations, _sort);
   }
+
+  @Override
+  public String toString() {
+    return "MailboxSendNode{"

Review Comment:
   I didn't want to make this text too long. Otherwise would be almost as 
calling explain on it.



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