This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from acc064565e7 [feature](function) support ip functions named to_ipv4[or_default, or_null](string) and to_ipv6[or_default, or_null](string) (#29838) add b93b7d2b9b2 [fix](auto-partition) Fix a concurrent bug (#30086) No new revisions were added by this update. Summary of changes: be/src/runtime/tablets_channel.cpp | 2 +- be/src/vec/sink/writer/vtablet_writer.cpp | 51 +++++---- be/src/vec/sink/writer/vtablet_writer.h | 4 +- .../auto_partition/ddl/stress_destination.sql | 20 ++++ .../auto_partition/ddl/stress_source.sql | 19 ++++ .../doris_dbgen_conf/stress_test_insert_into.yaml | 11 +- .../auto_partition/sql/multi_thread_load.groovy | 3 +- .../sql/stress_test_insert_into.groovy | 118 +++++++++++++++++++++ 8 files changed, 198 insertions(+), 30 deletions(-) create mode 100644 regression-test/suites/partition_p1/auto_partition/ddl/stress_destination.sql create mode 100644 regression-test/suites/partition_p1/auto_partition/ddl/stress_source.sql copy be/src/common/env_config.h.in => regression-test/suites/partition_p1/auto_partition/doris_dbgen_conf/stress_test_insert_into.yaml (86%) create mode 100644 regression-test/suites/partition_p1/auto_partition/sql/stress_test_insert_into.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org