You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2021/10/21 21:48:24 UTC

[pinot] branch master updated (6fef210 -> 92074f9)

This is an automated email from the ASF dual-hosted git repository.

jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git.


    from 6fef210  Stringutil cleanup (#7610)
     add 92074f9  [Cleanup] Precompute and cache query properties in QueryContext (#7608)

No new revisions were added by this update.

Summary of changes:
 .../combine/AggregationOnlyCombineOperator.java    |  4 +-
 .../core/operator/combine/BaseCombineOperator.java | 10 +--
 .../operator/combine/DistinctCombineOperator.java  |  5 +-
 .../operator/combine/GroupByCombineOperator.java   | 24 ++++--
 .../combine/GroupByOrderByCombineOperator.java     | 29 +++++---
 ...xValueBasedSelectionOrderByCombineOperator.java |  7 +-
 .../combine/SelectionOnlyCombineOperator.java      |  4 +-
 .../combine/SelectionOrderByCombineOperator.java   |  8 +-
 .../operator/query/AggregationGroupByOperator.java | 26 ++-----
 .../query/AggregationGroupByOrderByOperator.java   | 28 +++----
 .../StreamingSelectionOnlyCombineOperator.java     |  8 +-
 .../plan/AggregationGroupByOrderByPlanNode.java    | 21 ++----
 .../core/plan/AggregationGroupByPlanNode.java      | 14 +---
 .../apache/pinot/core/plan/CombinePlanNode.java    | 57 +++++---------
 .../org/apache/pinot/core/plan/FilterPlanNode.java |  6 +-
 .../core/plan/maker/InstancePlanMakerImplV2.java   | 82 +++++++++++++--------
 .../apache/pinot/core/plan/maker/PlanMaker.java    |  5 +-
 .../groupby/DefaultGroupByExecutor.java            | 17 +++--
 .../query/executor/ServerQueryExecutorV1Impl.java  | 46 +++++++-----
 .../core/query/request/context/QueryContext.java   | 86 +++++++++++++++++++++-
 .../startree/executor/StarTreeGroupByExecutor.java | 10 ++-
 .../operator/combine/CombineSlowOperatorsTest.java | 33 +++++----
 .../combine/SelectionCombineOperatorTest.java      |  7 +-
 .../pinot/core/plan/CombinePlanNodeTest.java       | 22 ++----
 .../query/aggregation/groupby/GroupByTrimTest.java | 28 ++-----
 .../org/apache/pinot/queries/BaseQueriesTest.java  |  8 +-
 .../apache/pinot/queries/DistinctQueriesTest.java  | 11 ++-
 27 files changed, 326 insertions(+), 280 deletions(-)

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