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/11 18:50:45 UTC

[pinot] branch master updated (95b0eda -> 9a8ba67)

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 95b0eda  map bitmaps through a bounded window to avoid excessive disk pressure… (#7535)
     add 9a8ba67  [Refactor] Remove the index access within the PlanNode constructor (#7550)

No new revisions were added by this update.

Summary of changes:
 .../query/DictionaryBasedAggregationOperator.java  |  20 ++--
 .../plan/AggregationGroupByOrderByPlanNode.java    |  80 +++++++--------
 .../core/plan/AggregationGroupByPlanNode.java      |  69 ++++++-------
 .../pinot/core/plan/AggregationPlanNode.java       | 112 ++++++++++++++++-----
 .../plan/DictionaryBasedAggregationPlanNode.java   |  62 ------------
 .../core/plan/DictionaryBasedDistinctPlanNode.java |  67 ------------
 .../apache/pinot/core/plan/DistinctPlanNode.java   |  46 +++++++--
 .../apache/pinot/core/plan/DocIdSetPlanNode.java   |  12 ++-
 .../plan/MetadataBasedAggregationPlanNode.java     |  65 ------------
 .../apache/pinot/core/plan/ProjectionPlanNode.java |  18 ++--
 .../apache/pinot/core/plan/SelectionPlanNode.java  |  46 ++++-----
 .../core/plan/StreamingSelectionPlanNode.java      |  15 ++-
 .../apache/pinot/core/plan/TransformPlanNode.java  |  34 ++++---
 .../core/plan/maker/InstancePlanMakerImplV2.java   |  99 +-----------------
 .../function/AggregationFunctionUtils.java         |  10 --
 ...adataAndDictionaryAggregationPlanMakerTest.java |  83 +++++----------
 16 files changed, 290 insertions(+), 548 deletions(-)
 delete mode 100644 pinot-core/src/main/java/org/apache/pinot/core/plan/DictionaryBasedAggregationPlanNode.java
 delete mode 100644 pinot-core/src/main/java/org/apache/pinot/core/plan/DictionaryBasedDistinctPlanNode.java
 delete mode 100644 pinot-core/src/main/java/org/apache/pinot/core/plan/MetadataBasedAggregationPlanNode.java

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