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 26209ed6b0 Updated PDB and reload checksum config annotation for
reload. (#13276)
add b0e3cc7478 Introduce PinotLogicalAggregate and remove internal hint
(#13291)
No new revisions were added by this update.
Summary of changes:
.../tests/OfflineClusterIntegrationTest.java | 4 +-
.../calcite/rel/hint/PinotHintStrategyTable.java | 40 +-------
.../calcite/rel/logical/PinotLogicalAggregate.java | 72 +++++++++++++
.../PinotAggregateExchangeNodeInsertRule.java | 112 ++++++---------------
.../rel/rules/PinotRelDistributionTraitRule.java | 17 ++--
.../planner/logical/RelToPlanNodeConverter.java | 10 +-
.../query/planner/plannode/AggregateNode.java | 13 +--
.../apache/pinot/query/QueryCompilationTest.java | 13 +--
.../src/test/resources/queries/AggregatePlans.json | 40 ++++----
.../test/resources/queries/BasicQueryPlans.json | 8 +-
.../src/test/resources/queries/GroupByPlans.json | 48 ++++-----
.../src/test/resources/queries/JoinPlans.json | 52 +++++-----
.../resources/queries/LiteralEvaluationPlans.json | 4 +-
.../src/test/resources/queries/OrderByPlans.json | 12 +--
.../test/resources/queries/PinotHintablePlans.json | 74 +++++++-------
.../src/test/resources/queries/SetOpPlans.json | 4 +-
.../resources/queries/WindowFunctionPlans.json | 108 ++++++++++----------
17 files changed, 304 insertions(+), 327 deletions(-)
create mode 100644
pinot-query-planner/src/main/java/org/apache/pinot/calcite/rel/logical/PinotLogicalAggregate.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]