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 5bcdc752837 fix compile new 41c3a27bce6 [minor](nereids): remove useless code (#35325) new c6c90ff63e1 [chore](routine-load) make routine_load_consumer_pool_size can update using HTTP API (#35315) new 34e5030702d [bugifx](core) fix logical error of status check in nestedloop join (#35365) new 80ba873d848 [regression-test](fix) test_date_diff case bug (#35356) new b143f0dfe2c [Improvement](date) shortcut for str to date parse (#35288) new 806b7d68e42 [regression-test](fix) runtime_filter.groovy case bug (#35368) new 952875b4375 [chore](restore) Add logs about the restore table state (#35363) new fff6ab933ca [fix](clean trash) Add clean trash regression case (#35330) new 65b9e5ab696 [fix](chore) fix DCHECK failure of BufferWritable if failed to alloc memory (#35345) The 9 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/common/config.cpp | 2 +- be/src/common/config.h | 2 +- .../exec/nested_loop_join_probe_operator.cpp | 25 ++--- be/src/runtime/routine_load/data_consumer_pool.cpp | 5 +- be/src/runtime/routine_load/data_consumer_pool.h | 4 +- .../routine_load/routine_load_task_executor.cpp | 3 +- be/src/vec/common/string_buffer.hpp | 9 +- be/src/vec/exec/join/vnested_loop_join_node.h | 25 ++--- .../function_date_or_datetime_computation.h | 58 +---------- be/src/vec/runtime/vdatetime_value.cpp | 34 +++---- be/src/vec/runtime/vdatetime_value.h | 99 ------------------- be/test/vec/runtime/vdatetime_value_test.cpp | 106 --------------------- .../java/org/apache/doris/backup/RestoreJob.java | 4 + .../rules/rewrite/AdjustConjunctsReturnType.java | 5 - .../doris/nereids/rules/rewrite/OrExpansion.java | 14 --- .../suites/correctness_p0/test_date_diff.groovy | 1 + .../suites/nereids_syntax_p0/runtime_filter.groovy | 1 + regression-test/suites/trash_p0/clean_trash.groovy | 80 ++++++++++++++++ 18 files changed, 132 insertions(+), 345 deletions(-) create mode 100644 regression-test/suites/trash_p0/clean_trash.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org