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 661e1ae7c5 [fix](memory) no switch bthread context in UBSAN compile (#21064) add 2ce8cfbebd [profile](sort) add some metrics in profile (#21056) add e060ffab96 [Fix](cooldown) Fix incorrect judgement of `isDropTableOrPartition` (#21084) add 2c9bdd64fa [fix](memory) arena support memory reuse after clear() (#21033) add 3dfeee3946 [fix](typesystem) fix wrong return type argument cause type check fail (#21082) add 49bbe88327 [fix](log) fix the too large warning log of BE (#21027) add fff308352f [fix](nereids)the microseconds value is wrong when create datatimev2 literal from LocalDateTime (#21089) add b192082b62 [Improve](load)Solve the problem of RoutineLoadTaskScheduler idling when there is no data (#20986) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 2 ++ be/src/common/config.h | 3 ++ be/src/pipeline/pipeline_fragment_context.cpp | 9 +++-- be/src/pipeline/task_scheduler.cpp | 7 ++-- be/src/vec/columns/predicate_column.h | 2 +- be/src/vec/common/arena.h | 23 ++++++++++++ .../vec/exec/join/process_hash_table_probe_impl.h | 2 +- be/src/vec/exec/join/vhash_join_node.h | 4 ++- be/src/vec/exec/scan/vfile_scanner.cpp | 9 +++-- be/src/vec/exec/vaggregation_node.h | 17 ++++----- be/src/vec/exec/vpartition_sort_node.h | 14 ++++---- be/src/vec/exec/vsort_node.cpp | 25 +++++++++---- be/src/vec/exec/vsort_node.h | 4 +++ .../load/routineload/RoutineLoadTaskScheduler.java | 4 ++- .../org/apache/doris/master/ReportHandler.java | 4 +-- .../expressions/literal/DateTimeV2Literal.java | 42 ++++++---------------- .../org/apache/doris/nereids/util/DateUtils.java | 2 +- 17 files changed, 103 insertions(+), 70 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org