This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 1a25bb65b02 [fix](case) change dynamic_partition.time_unit from day to month to avoid the error that the intert data not in partition (#25361) 1a25bb65b02 is described below commit 1a25bb65b021baae55e6941b9fb15914238cba38 Author: Dongyang Li <hello_step...@qq.com> AuthorDate: Fri Oct 13 16:02:17 2023 +0800 [fix](case) change dynamic_partition.time_unit from day to month to avoid the error that the intert data not in partition (#25361) [fix](case) change dynamic_partition.time_unit from day to month to avoid the error that the intert data not in partition Co-authored-by: stephen <hello-step...@qq.com> --- regression-test/suites/index_p0/test_bitmap_index.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/index_p0/test_bitmap_index.groovy b/regression-test/suites/index_p0/test_bitmap_index.groovy index cf1da844562..321c152a11d 100644 --- a/regression-test/suites/index_p0/test_bitmap_index.groovy +++ b/regression-test/suites/index_p0/test_bitmap_index.groovy @@ -300,7 +300,7 @@ suite("test_bitmap_index") { "replication_allocation" = "tag.location.default: 1", "is_being_synced" = "false", "dynamic_partition.enable" = "true", - "dynamic_partition.time_unit" = "DAY", + "dynamic_partition.time_unit" = "MONTH", "dynamic_partition.time_zone" = "Asia/Shanghai", "dynamic_partition.start" = "-30", "dynamic_partition.end" = "1", @@ -398,7 +398,7 @@ suite("test_bitmap_index") { "replication_allocation" = "tag.location.default: 1", "is_being_synced" = "false", "dynamic_partition.enable" = "true", - "dynamic_partition.time_unit" = "DAY", + "dynamic_partition.time_unit" = "MONTH", "dynamic_partition.time_zone" = "Asia/Shanghai", "dynamic_partition.start" = "-30", "dynamic_partition.end" = "1", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org