This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 30dde917125f75a93de286f8f78fd44c31106bc9 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 b5e85af83b6..5fa1c2b9a40 100644 --- a/regression-test/suites/index_p0/test_bitmap_index.groovy +++ b/regression-test/suites/index_p0/test_bitmap_index.groovy @@ -294,7 +294,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", @@ -392,7 +392,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