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

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


    from d172147f55e [fix](temp-table) not clean temp table temporary until fix 
mem leak (#59535)
     add 6deea820196 [fix](analyzer) fix some fill up missing slot errors and 
make some error hints happy (#58912)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/nereids/rules/RuleType.java   |   1 -
 .../AdjustAggregateNullableForEmptySet.java        |   9 +
 .../nereids/rules/analysis/BindExpression.java     | 199 ++++++++------
 .../nereids/rules/analysis/CheckAfterRewrite.java  |   8 +-
 .../nereids/rules/analysis/CheckAnalysis.java      |  93 +++++--
 .../nereids/rules/analysis/FillUpMissingSlots.java | 292 ++++++++++++---------
 .../rules/analysis/FillUpQualifyMissingSlot.java   |   4 +-
 .../nereids/rules/analysis/NormalizeAggregate.java |  25 +-
 .../trees/expressions/functions/agg/AnyValue.java  |   7 +-
 .../expressions/visitor/ExpressionVisitors.java    |   3 +
 .../org/apache/doris/nereids/util/PlanUtils.java   |   6 +
 .../rules/analysis/FillUpMissingSlotsTest.java     |  71 ++++-
 .../org/apache/doris/nereids/util/TestHelper.java} |  35 +--
 .../test_having_with_aggregate_function.out        |   4 +-
 .../data/nereids_syntax_p0/analyze_agg.out         | 190 ++++++++++++++
 .../data/nereids_syntax_p0/analyze_repeat.out      | 101 +++++++
 .../org/apache/doris/regression/suite/Suite.groovy |  13 +-
 regression-test/plugins/plugin_planner.groovy      |  86 ++++++
 .../nereids_p0/aggregate/agg_error_msg.groovy      |   8 +-
 .../suites/nereids_p0/aggregate/aggregate.groovy   |   2 +-
 .../constant_propagation.groovy                    |   2 +-
 .../test_having_with_aggregate_function.groovy     |  13 +-
 .../suites/nereids_syntax_p0/analyze_agg.groovy    | 116 +++++++-
 .../suites/nereids_syntax_p0/analyze_repeat.groovy | 178 +++++++++++++
 .../order_by_bind_priority.groovy                  |   4 +-
 .../grouping_sets/test_grouping_sets.groovy        |   2 +-
 26 files changed, 1188 insertions(+), 284 deletions(-)
 copy 
fe/fe-core/src/{main/java/org/apache/doris/nereids/trees/expressions/functions/Function.java
 => test/java/org/apache/doris/nereids/util/TestHelper.java} (50%)
 create mode 100644 regression-test/data/nereids_syntax_p0/analyze_repeat.out
 create mode 100644 
regression-test/suites/nereids_syntax_p0/analyze_repeat.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to