This is an automated email from the ASF dual-hosted git repository. gortiz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 44eb01feae Use fixed thread pool in Pinot Controller (#14159) add 7c0c53f492 Make it explicit that receive plan node should have no inputs (#14294) No new revisions were added by this update. Summary of changes: .../query/planner/logical/PinotLogicalQueryPlanner.java | 2 +- .../apache/pinot/query/planner/logical/PlanFragmenter.java | 2 +- .../pinot/query/planner/plannode/MailboxReceiveNode.java | 14 ++++++++++---- .../pinot/query/planner/plannode/PlanNodeVisitor.java | 4 ++-- .../pinot/query/planner/serde/PlanNodeDeserializer.java | 5 ++++- .../org/apache/pinot/query/mailbox/ReceivingMailbox.java | 7 +++++++ .../runtime/plan/pipeline/PipelineBreakerExecutorTest.java | 2 +- 7 files changed, 26 insertions(+), 10 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org