somandal commented on code in PR #10408:
URL: https://github.com/apache/pinot/pull/10408#discussion_r1134966921
##########
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/stage/MailboxReceiveNode.java:
##########
@@ -43,11 +57,25 @@ public MailboxReceiveNode(int stageId) {
public MailboxReceiveNode(int stageId, DataSchema dataSchema, int
senderStageId,
RelDistribution.Type exchangeType, @Nullable KeySelector<Object[],
Object[]> partitionKeySelector,
+ @Nullable List<RelFieldCollation> fieldCollations, boolean
isInputSorted, boolean sortOnReceiver,
Review Comment:
+1 this will only help with future shared info. The fields I've added as
part of this PR aren't shared.
--
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]