You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2023/03/16 16:53:40 UTC

[pinot] branch master updated (16cae5d9c6 -> 00284b9ede)

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 16cae5d9c6 Add support to create realtime segment in local (#10433)
     add 00284b9ede Refactor: Pass context instead on individual arguments to operator (#10413)

No new revisions were added by this update.

Summary of changes:
 .../apache/pinot/query/runtime/QueryRunner.java    |  14 +-
 .../query/runtime/operator/AggregateOperator.java  |  20 +-
 .../query/runtime/operator/FilterOperator.java     |   8 +-
 .../query/runtime/operator/HashJoinOperator.java   |   8 +-
 .../LeafStageTransferableBlockOperator.java        |   8 +-
 .../runtime/operator/LiteralValueOperator.java     |   8 +-
 .../runtime/operator/MailboxReceiveOperator.java   |  19 +-
 .../runtime/operator/MailboxSendOperator.java      |  31 +--
 .../query/runtime/operator/MultiStageOperator.java |  18 +-
 .../pinot/query/runtime/operator/OpChain.java      |   5 +
 .../query/runtime/operator/OperatorStats.java      |   6 +
 .../pinot/query/runtime/operator/SortOperator.java |  18 +-
 .../query/runtime/operator/TransformOperator.java  |   8 +-
 .../runtime/operator/WindowAggregateOperator.java  |  25 +--
 ...stContext.java => OpChainExecutionContext.java} |  60 +++--
 .../query/runtime/plan/PhysicalPlanVisitor.java    |  50 ++---
 .../query/runtime/plan/PlanRequestContext.java     |   7 +-
 .../query/service/dispatch/QueryDispatcher.java    |  16 +-
 .../runtime/operator/AggregateOperatorTest.java    |  31 ++-
 .../query/runtime/operator/FilterOperatorTest.java |  45 ++--
 .../runtime/operator/HashJoinOperatorTest.java     |  44 ++--
 .../LeafStageTransferableBlockOperatorTest.java    |  26 +--
 .../runtime/operator/LiteralValueOperatorTest.java |   4 +-
 .../operator/MailboxReceiveOperatorTest.java       | 226 +++++++++++--------
 .../runtime/operator/MailboxSendOperatorTest.java  |  74 ++++---
 .../query/runtime/operator/OperatorTestUtil.java   |  28 ++-
 .../query/runtime/operator/SortOperatorTest.java   |  45 ++--
 .../runtime/operator/TransformOperatorTest.java    |  35 ++-
 .../operator/WindowAggregateOperatorTest.java      | 241 +++++++++++----------
 29 files changed, 626 insertions(+), 502 deletions(-)
 copy pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/plan/{PlanRequestContext.java => OpChainExecutionContext.java} (62%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org