ankitsultana opened a new pull request, #14582:
URL: https://github.com/apache/pinot/pull/14582

   ### Summary
   
   First of the 3-part PRs to enable Broker Reduce for the Time Series Engine.
   
   This PR does the following:
   
   * Renames `child` references to `inputs` to be consistent with 
pinot-query-planner PlanNode.
   * Add `withInputs` to allow sub-plan cloning in the future.
   * Moves some of the logic from `GrpcSendingMailbox` to `DataBlockUtils`. For 
Broker Reduce, we will send a row based `TransferableBlock` from the servers to 
the brokers.
   
   ### Test Plan
   
   Ran the Quickstart on local. After the 3-part PRs we will be testing the 
build out in one of our clusters for scale/perf testing.


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