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 b1e6c6ffe5 [enhancement](txn) print commit backends when commit fails (#20367) add 422fcd6377 [fix](Nereids) forbid unexpected expression on filter and fix two more bugs (#20331) No new revisions were added by this update. Summary of changes: .../main/java/org/apache/doris/catalog/Type.java | 2 +- .../AdjustAggregateNullableForEmptySet.java | 17 ++++++ .../nereids/rules/analysis/CheckAfterRewrite.java | 19 +++++++ .../nereids/rules/analysis/CheckAnalysis.java | 61 +++++++++++---------- .../rules/analysis/WindowFunctionChecker.java | 2 +- .../trees/expressions/WindowExpression.java | 12 +++-- .../expressions/functions/ExpressionTrait.java | 8 +-- .../nereids/rules/analysis/CheckAnalysisTest.java | 4 +- .../test_create_mv_complex_type.groovy | 16 +++--- .../suites/nereids_arith_p0/bitmap.groovy | 4 +- .../forbid_unexpected_type.groovy | 62 ++++++++++++++++++++++ .../aggregate_group_by_metric_type.groovy | 2 +- .../join/test_bitmap_filter_nereids.groovy | 2 +- 13 files changed, 160 insertions(+), 51 deletions(-) create mode 100644 regression-test/suites/nereids_syntax_p0/forbid_unexpected_type.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org