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 2020/03/18 20:13:41 UTC

[incubator-pinot] branch early_termination_for_select_only updated (12f7b9f -> f533ea9)

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

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


    from 12f7b9f  refine test
     add f533ea9  Fix the metadata issue with the early termination

No new revisions were added by this update.

Summary of changes:
 .../core/operator/CombineGroupByOperator.java      |   5 +-
 .../operator/CombineGroupByOrderByOperator.java    |   5 +-
 .../pinot/core/operator/CombineOperator.java       |  24 +++--
 .../pinot/core/operator/DocIdSetOperator.java      |   8 +-
 .../operator/query/AggregationGroupByOperator.java |  21 ++--
 .../query/AggregationGroupByOrderByOperator.java   |  21 ++--
 .../core/operator/query/AggregationOperator.java   |  21 ++--
 .../query/DictionaryBasedAggregationOperator.java  |   9 +-
 .../query/MetadataBasedAggregationOperator.java    |  10 +-
 .../core/operator/query/SelectionOnlyOperator.java |  19 ++--
 .../operator/query/SelectionOrderByOperator.java   |  19 ++--
 .../org/apache/pinot/queries/BaseQueriesTest.java  |   6 +-
 .../pinot/queries/BaseSingleValueQueriesTest.java  |   8 +-
 .../queries/SelectionOnlyEarlyTerminationTest.java | 109 ++++++++++-----------
 14 files changed, 119 insertions(+), 166 deletions(-)


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