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/09/29 18:05:55 UTC

[pinot] branch master updated (bd5bff1 -> debb132)

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 bd5bff1  create controller resource packages config key (#7488)
     add debb132  Add option to limit thread usage per query (#7492)

No new revisions were added by this update.

Summary of changes:
 .../combine/AggregationOnlyCombineOperator.java    |  4 +--
 .../core/operator/combine/BaseCombineOperator.java | 40 ++++++++++------------
 .../operator/combine/CombineOperatorUtils.java     | 11 ++++--
 .../operator/combine/DistinctCombineOperator.java  |  4 +--
 .../operator/combine/GroupByCombineOperator.java   | 19 +++++-----
 .../combine/GroupByOrderByCombineOperator.java     | 13 +++----
 ...xValueBasedSelectionOrderByCombineOperator.java | 20 +++++------
 .../combine/SelectionOnlyCombineOperator.java      | 12 +++----
 .../combine/SelectionOrderByCombineOperator.java   | 14 ++++----
 .../StreamingSelectionOnlyCombineOperator.java     |  9 ++---
 .../apache/pinot/core/plan/CombinePlanNode.java    | 35 +++++++++++--------
 .../core/plan/maker/InstancePlanMakerImplV2.java   | 29 +++++++++++++---
 .../org/apache/pinot/core/util/QueryOptions.java   |  6 ++++
 .../operator/combine/CombineSlowOperatorsTest.java | 10 +++---
 .../combine/SelectionCombineOperatorTest.java      |  3 +-
 .../pinot/core/plan/CombinePlanNodeTest.java       |  8 +++--
 .../query/aggregation/groupby/GroupByTrimTest.java |  3 +-
 .../apache/pinot/spi/utils/CommonConstants.java    |  1 +
 18 files changed, 144 insertions(+), 97 deletions(-)

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