This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45528-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 17cc76e589b branch-2.1: [fix](variable) force update variable not work as expected #45648 (#45696) add f85a68368f2 [fix](routine load) make routine load delay eof schedule work (#45528) No new revisions were added by this update. Summary of changes: .../load/routineload/KafkaRoutineLoadJob.java | 2 +- .../doris/load/routineload/KafkaTaskInfo.java | 9 +-- .../load/routineload/RoutineLoadTaskInfo.java | 9 ++- .../load/routineload/KafkaRoutineLoadJobTest.java | 2 +- .../routineload/RoutineLoadTaskSchedulerTest.java | 2 +- .../transaction/GlobalTransactionMgrTest.java | 4 +- .../suites/load_p0/routine_load/data/test_eof.csv | 1 + ...ndition.groovy => test_routine_load_eof.groovy} | 77 ++++++++++------------ 8 files changed, 53 insertions(+), 53 deletions(-) create mode 100644 regression-test/suites/load_p0/routine_load/data/test_eof.csv copy regression-test/suites/load_p0/routine_load/{test_routine_load_condition.groovy => test_routine_load_eof.groovy} (74%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org