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 7f5b2759968 [opt](Nereids) support no-key hint parameter (#37720) add 5670e1ae764 [fix](nereids)subquery unnesting get wrong result if correlated conjuncts is not slot_a = slot_b (#37644) No new revisions were added by this update. Summary of changes: .../doris/nereids/jobs/executor/Rewriter.java | 6 +- .../nereids/rules/analysis/SubExprAnalyzer.java | 10 ++++ .../rewrite/UnCorrelatedApplyAggregateFilter.java | 18 +++++- .../trees/plans/logical/LogicalProject.java | 4 ++ .../java/org/apache/doris/nereids/util/Utils.java | 56 +++++++++++++---- .../nereids_syntax_p0/test_subquery_conjunct.out | 54 +++++++++++++++++ .../sub_query_diff_old_optimize.groovy | 2 +- .../test_subquery_conjunct.groovy | 70 ++++++++++++++++++++++ 8 files changed, 205 insertions(+), 15 deletions(-) create mode 100644 regression-test/data/nereids_syntax_p0/test_subquery_conjunct.out create mode 100644 regression-test/suites/nereids_syntax_p0/test_subquery_conjunct.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org