This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 3c81bca5684 [opt](filecache) do not sync segment data into storage system #25691 (#25856) new 2eb30166c0a [Fix](Nereids) fix column statistic derive in outer join estimation (#25586) new 61ff95e3456 [improvement](routine-load) add routine load rows check (#25818) new 0c963fa548f [fix](field) fix coredump of field function when the first argument is const (#25859) 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: .../runtime/routine_load/data_consumer_group.cpp | 3 +- be/src/runtime/routine_load/data_consumer_group.h | 6 +++ .../routine_load/routine_load_task_executor.cpp | 9 ++++ be/src/vec/functions/function_multi_same_args.h | 2 + .../apache/doris/nereids/stats/JoinEstimation.java | 11 +++-- .../doris/nereids/stats/JoinEstimateTest.java | 54 ++++++++++++++++++++++ .../test_string_function_regexp.out | 6 +++ .../test_string_function_regexp.groovy | 3 ++ 8 files changed, 90 insertions(+), 4 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org