This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from a8e2652f78a [fix](planner) should not push down sink when last exchange do limit (#31622) new 846246e90b5 [pipelineX](bug) cancel pipeline tasks if timeout (#31635) new 2b85d9ac446 [Fix](test)Fix query queue regression test #31633 new 4888b4405bf [Chore](Docs)Update release guide (#31654) new 535e3b23eaf [Fix](nereids) fix leading with left join without leftside condition (#31387) new 493c9d49eab [fix](Nereids) check slot from children may produce wrong format err (#31638) The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/pipeline/pipeline_fragment_context.cpp | 14 ++ be/src/pipeline/pipeline_fragment_context.h | 5 + be/src/runtime/fragment_mgr.cpp | 10 + be/src/runtime/plan_fragment_executor.cpp | 2 +- .../community/release-and-verify/release-verify.md | 15 +- .../community/release-and-verify/release-verify.md | 16 +- .../nereids/rules/analysis/CheckAfterRewrite.java | 12 +- .../rules/analysis/CollectJoinConstraint.java | 6 + .../data/nereids_p0/hint/fix_leading.out | 202 ++++++++++++++++++++- .../suites/nereids_p0/aggregate/aggregate.groovy | 2 +- .../suites/nereids_p0/hint/fix_leading.groovy | 114 +++++++++++- .../workload_manager_p0/test_curd_wlg.groovy | 4 +- 12 files changed, 378 insertions(+), 24 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org