This is an automated email from the ASF dual-hosted git repository. rongr pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 9aa49778f2 [multistage] add big_decimal support and numeric type tests (#9806) add 73e6129941 [multistage] split out leaf stage operator (#9807) No new revisions were added by this update. Summary of changes: .../apache/pinot/query/runtime/QueryRunner.java | 92 +------------- .../runtime/blocks/TransferableBlockUtils.java | 43 +------ .../LeafStageTransferableBlockOperator.java | 138 +++++++++++++++++++++ .../runtime/operator/MailboxSendOperator.java | 9 +- .../query/runtime/plan/PhysicalPlanVisitor.java | 2 +- .../LeafStageTransferableBlockOperatorTest.java | 121 ++++++++++++++++++ .../runtime/operator/MailboxSendOperatorTest.java | 10 +- 7 files changed, 272 insertions(+), 143 deletions(-) create mode 100644 pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/LeafStageTransferableBlockOperator.java create mode 100644 pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/operator/LeafStageTransferableBlockOperatorTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org