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

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


    from 60af658fd1f [fix](BrokerLoad && RoutineLoad) Fix the load attributes 
and table attributes conflict check (#58054)
     add 526d816458d [fix](analyzer) Fix some aggregate syntax and logical 
error (#58655)

No new revisions were added by this update.

Summary of changes:
 .../doris/nereids/jobs/executor/Analyzer.java      |   5 +-
 .../nereids/rules/analysis/BindExpression.java     |  34 ++---
 .../nereids/rules/analysis/CheckAfterBind.java     |  65 ---------
 .../nereids/rules/analysis/CheckAnalysis.java      | 133 ++++++++++++++---
 .../nereids/rules/analysis/NormalizeAggregate.java |  67 +++++++--
 .../analysis/ProjectWithDistinctToAggregate.java   |  30 +++-
 .../java/org/apache/doris/nereids/util/Utils.java  |  13 ++
 .../nereids/rules/analysis/CheckAnalysisTest.java  |   4 +-
 .../functions/scalar/UniqueFunctionTest.java       |  28 ++--
 .../data/nereids_syntax_p0/analyze_agg.out         |  77 ++++++++++
 .../suites/javaudf_p0/test_javaudtf_int.groovy     |   2 +-
 .../nereids_p0/aggregate/agg_window_project.groovy |   2 +-
 .../aggregate/non_standard_aggregate.groovy        |   5 +-
 .../select_no_from/sql/withGroupOrderHaving.sql    |   7 +-
 .../grouping_sets/grouping_alias_test.groovy       |   9 +-
 .../suites/nereids_syntax_p0/analyze_agg.groovy    | 159 ++++++++++++++++++++-
 .../suites/nereids_syntax_p0/bind_priority.groovy  |   2 +-
 .../select_no_from/sql/withGroupOrderHaving.sql    |   7 +-
 18 files changed, 491 insertions(+), 158 deletions(-)
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/CheckAfterBind.java


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

Reply via email to