This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 9bb22d480b [fix](clone) fix cannot further repair clone replica which miss version data (#21382) new c05c9ded26 [fix](load) fix dead loop in _handle_mem_exceed_limit function when reduce memory for load (#21886) new d324bd3e82 [fix](planner)need recalculate nullable info of output slots for join node (#21650) new 9357a7f9fa [fix](planner) push conjuncts into SetOperationStmt inline view (#21718) The 3 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/runtime/load_channel_mgr.cpp | 7 +- .../apache/doris/analysis/ExprSubstitutionMap.java | 10 ++ .../org/apache/doris/planner/JoinNodeBase.java | 9 ++ .../apache/doris/planner/SingleNodePlanner.java | 23 ++++ .../correctness_p0/test_many_inlineview.groovy | 151 +++++++++++++++++++++ .../test_push_conjuncts_inlineview.groovy | 65 +++++++++ 6 files changed, 262 insertions(+), 3 deletions(-) create mode 100644 regression-test/suites/correctness_p0/test_many_inlineview.groovy create mode 100644 regression-test/suites/correctness_p0/test_push_conjuncts_inlineview.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org