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 24c32944f12 [feat](nereids) add session var to turn on/off common sub expressoin extraction (branch-2.1) #33616 new 6c2e684a4f7 [testcases](auto-partition) Add and fix testcases in P0 #33588 new af556cff3cb [Fix](timezone) fix miss of expected rounding of Date type with timezone #33553 new 3e0082ced5b [feature](backup) ignore table that not support type when backup, and… (#33158) new 2dfe8cf3362 [Fix](executor)reset remote scan thread num #33579 new ecc3c605c79 [case](regression) Add backup restore test for hdfs repo (#33581) new 3aa36042f9b [bugfix](feoom) add timeout to send be request to avoid too long to occupy memory (#33614) The 6 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/http/action/stream_load.cpp | 3 +++ be/src/http/http_common.h | 1 + be/src/runtime/workload_group/workload_group.cpp | 15 +++++++++-- be/src/vec/exec/scan/scanner_scheduler.h | 7 +++--- be/src/vec/runtime/vdatetime_value.cpp | 20 +++++++++++++++ be/src/vec/runtime/vdatetime_value.h | 13 ++++++++++ .../main/java/org/apache/doris/common/Config.java | 6 +++++ .../org/apache/doris/backup/BackupHandler.java | 13 +++++++++- .../org/apache/doris/rpc/BackendServiceClient.java | 3 ++- .../data/datatype_p0/datetimev2/only_date.csv | 2 ++ .../datatype_p0/datetimev2/test_tz_streamload.out | 4 +++ .../auto_partition/test_auto_range_partition.out | 3 +++ ...groovy => test_backup_restore_with_hdfs.groovy} | 19 +++++++++----- .../datetimev2/test_tz_streamload.groovy | 24 ++++++++++++++++++ .../test_auto_range_partition.groovy | 29 +++++++++++++++++++++- 15 files changed, 148 insertions(+), 14 deletions(-) create mode 100644 regression-test/data/datatype_p0/datetimev2/only_date.csv copy regression-test/suites/backup_restore/{test_backup_restore.groovy => test_backup_restore_with_hdfs.groovy} (84%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org