This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-61813-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 497871f6f42 branch-4.1: [test](improvment) add some ttl function cases
#61114 (#61809)
add 7ae122c8a51 [fix](fe) Fix duplicate RelationId bug caused by subquery
in simple case when (#61813)
No new revisions were added by this update.
Summary of changes:
.../doris/nereids/parser/LogicalPlanBuilder.java | 6 +-
.../nereids/rules/analysis/ExpressionAnalyzer.java | 26 +++
.../doris/nereids/trees/expressions/CaseWhen.java | 114 +++++++++----
.../nereids/trees/expressions/CaseWhenTest.java | 184 +++++++++++++++++++++
.../test_subquery_in_simple_case.out} | 47 +++---
.../subquery/test_subquery_in_simple_case.groovy | 82 +++++++++
6 files changed, 395 insertions(+), 64 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/CaseWhenTest.java
copy
regression-test/data/nereids_p0/{sql_functions/case_function/test_case_function.out
=> subquery/test_subquery_in_simple_case.out} (55%)
create mode 100644
regression-test/suites/nereids_p0/subquery/test_subquery_in_simple_case.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]