You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2023/07/06 21:10:34 UTC

[pinot] branch master updated (f09a91ca81 -> 6d99eec997)

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

rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from f09a91ca81 update freemaker to fix Server-side Template Injection (#11019)
     add 6d99eec997 [multistage] clean up aggregate v1 function for v2 planner (#11036)

No new revisions were added by this update.

Summary of changes:
 .../apache/calcite/rel/hint/PinotHintOptions.java  |  10 ++
 .../calcite/rel/hint/PinotHintStrategyTable.java   |  28 +-----
 .../PinotAggregateExchangeNodeInsertRule.java      |  73 ++++++--------
 .../planner/physical/DispatchablePlanVisitor.java  |   3 +-
 .../query/planner/plannode/AggregateNode.java      | 110 ++++++++-------------
 .../apache/pinot/query/QueryCompilationTest.java   |   2 +-
 .../pinot/query/QueryEnvironmentTestBase.java      |  36 +++----
 .../src/test/resources/queries/AggregatePlans.json |   6 +-
 .../src/test/resources/queries/GroupByPlans.json   |  22 ++---
 .../src/test/resources/queries/OrderByPlans.json   |   4 +-
 .../test/resources/queries/PinotHintablePlans.json |  55 +++++------
 .../query/runtime/operator/AggregateOperator.java  |  33 +------
 .../operator/MultistageAggregationExecutor.java    |  20 ++--
 .../operator/MultistageGroupByExecutor.java        |  23 ++---
 .../query/runtime/plan/PhysicalPlanVisitor.java    |   8 +-
 .../runtime/operator/AggregateOperatorTest.java    |  17 ++--
 .../src/test/resources/queries/Aggregates.json     |  18 ++--
 .../src/test/resources/queries/QueryHints.json     |   2 +-
 18 files changed, 188 insertions(+), 282 deletions(-)


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