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 29421edd7f2 [fix](nereids)fix multi_leading regression test case
(#51165)
add d4290b684c1 [fix](nereids)scalar subquery should not show error
message when there are multiple agg functions in top-level agg node (#52667)
No new revisions were added by this update.
Summary of changes:
.../nereids/rules/analysis/SubqueryToApply.java | 190 +++++++++++++--------
.../rewrite/UnCorrelatedApplyAggregateFilter.java | 3 +-
.../rules/rewrite/UnCorrelatedApplyFilter.java | 2 +-
.../rewrite/UnCorrelatedApplyProjectFilter.java | 2 +-
.../trees/copier/LogicalPlanDeepCopier.java | 2 +-
.../nereids/trees/expressions/ScalarSubquery.java | 20 +--
.../nereids/trees/plans/logical/LogicalApply.java | 22 +--
.../rules/analysis/SubqueryToApplyTest.java | 67 ++++++++
.../rules/rewrite/ExistsApplyToJoinTest.java | 8 +-
.../subquery/correlated_scalar_subquery.out | Bin 736 -> 866 bytes
.../subquery/correlated_scalar_subquery.groovy | 5 +
11 files changed, 215 insertions(+), 106 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/analysis/SubqueryToApplyTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]