This is an automated email from the ASF dual-hosted git repository.
gortiz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 98dd54d52a Fix application qps quota stalls. (#14859)
add 83437a2f93 Clean up query executor configs (#15095)
No new revisions were added by this update.
Summary of changes:
.../MultiStageBrokerRequestHandler.java | 4 +-
.../common/utils/config/QueryOptionsUtils.java | 14 +-
.../core/plan/maker/InstancePlanMakerImplV2.java | 109 ++++++++-------
.../core/query/config/QueryExecutorConfig.java | 56 --------
.../core/query/config/SegmentPrunerConfig.java | 5 +-
.../query/executor/ServerQueryExecutorV1Impl.java | 10 +-
.../core/query/request/context/QueryContext.java | 18 +--
.../accounting/ResourceManagerAccountingTest.java | 4 +-
.../pinot/core/data/table/IndexedTableTest.java | 4 +-
.../DictionaryBasedGroupKeyGeneratorTest.java | 46 +++---
.../groupby/NoDictionaryGroupKeyGeneratorTest.java | 6 +-
.../query/pruner/SegmentPrunerServiceTest.java | 3 +-
.../GroupByEnableTrimOptionIntegrationTest.java | 4 +-
.../apache/pinot/perf/BenchmarkCombineGroupBy.java | 6 +-
.../pinot/calcite/rel/hint/PinotHintOptions.java | 9 +-
.../PinotAggregateExchangeNodeInsertRule.java | 2 +-
.../org/apache/pinot/query/QueryEnvironment.java | 2 +-
.../apache/pinot/query/runtime/QueryRunner.java | 43 +++---
.../query/runtime/operator/AggregateOperator.java | 94 ++++++-------
.../operator/MultistageGroupByExecutor.java | 19 +--
.../runtime/operator/AggregateOperatorTest.java | 44 +++---
.../org/apache/pinot/server/conf/ServerConf.java | 13 +-
.../apache/pinot/spi/utils/CommonConstants.java | 154 +++++++++++++++------
23 files changed, 338 insertions(+), 331 deletions(-)
delete mode 100644
pinot-core/src/main/java/org/apache/pinot/core/query/config/QueryExecutorConfig.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]