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 93d2d461b4 [feature](Nereids): pushdown complex project through left semi/anti Join. (#17186) add 3eeeff09fd [enhancement](nereids) convert string literal to commontype in in-expr and cass-when-expr (#17200) No new revisions were added by this update. Summary of changes: .licenserc.yaml | 1 + .../nereids/rules/analysis/FunctionBinder.java | 86 +++++++++++++++------- .../expression/rewrite/rules/TypeCoercion.java | 84 +++++++++++++++------ .../doris/nereids/trees/expressions/CaseWhen.java | 7 ++ .../sql/test_compare_expression.out | 37 ++++++++++ .../sql/test_in_predicate_with_null.out | 31 -------- ...e_with_null.sql => test_compare_expression.sql} | 3 + 7 files changed, 169 insertions(+), 80 deletions(-) create mode 100644 regression-test/data/nereids_syntax_p0/sql/test_compare_expression.out delete mode 100644 regression-test/data/nereids_syntax_p0/sql/test_in_predicate_with_null.out rename regression-test/suites/nereids_syntax_p0/sql/{test_in_predicate_with_null.sql => test_compare_expression.sql} (88%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org