shauryachats commented on code in PR #16242:
URL: https://github.com/apache/pinot/pull/16242#discussion_r2185803338


##########
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/plannode/MailboxSendNode.java:
##########
@@ -52,22 +54,31 @@ private MailboxSendNode(int stageId, DataSchema dataSchema, 
List<PlanNode> input
     _prePartitioned = prePartitioned;
     _collations = collations != null ? collations : List.of();
     _sort = sort;
+    _hashFunction = hashFunction;
   }
 
   public MailboxSendNode(int stageId, DataSchema dataSchema, List<PlanNode> 
inputs,

Review Comment:
   No, this is used in 
[PlanNodeDeserializer](https://github.com/apache/pinot/blob/master/pinot-query-planner/src/main/java/org/apache/pinot/query/planner/serde/PlanNodeDeserializer.java#L133).



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