This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from bc954d423fd [Fix](Load)Audit logs avoid recording certain sensitive information (#38769) new ea5072058b2 [test](routine load) add routine load case with timestamp as offset (#38567) new 4942677688e [fix](routine load) fix enclose and escape can not set in routine load job (#38402) The 2 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: .../doris/analysis/AlterRoutineLoadStmt.java | 8 + .../doris/analysis/CreateRoutineLoadStmt.java | 32 ++-- .../doris/load/routineload/RoutineLoadJob.java | 10 +- .../routine_load/test_routine_load_offset.out | 4 + .../routine_load/test_routine_load_property.out | 10 ++ .../routine_load/data/test_enclose_and_escape0.csv | 1 + .../routine_load/data/test_enclose_and_escape1.csv | 1 + .../load_p0/routine_load/data/test_offset_time.csv | 1 + .../routine_load/test_routine_load_offset.groovy | 113 +++++++++++++ .../routine_load/test_routine_load_property.groovy | 187 +++++++++++++++++++++ 10 files changed, 353 insertions(+), 14 deletions(-) create mode 100644 regression-test/data/load_p0/routine_load/test_routine_load_offset.out create mode 100644 regression-test/data/load_p0/routine_load/test_routine_load_property.out create mode 100644 regression-test/suites/load_p0/routine_load/data/test_enclose_and_escape0.csv create mode 100644 regression-test/suites/load_p0/routine_load/data/test_enclose_and_escape1.csv create mode 100644 regression-test/suites/load_p0/routine_load/data/test_offset_time.csv create mode 100644 regression-test/suites/load_p0/routine_load/test_routine_load_offset.groovy create mode 100644 regression-test/suites/load_p0/routine_load/test_routine_load_property.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org