This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 9fcb02e67186d60da69857dfa96e969abbd03649 Author: Dongyang Li <[email protected]> AuthorDate: Tue Apr 23 14:48:49 2024 +0800 [fix](case) test_alter_colocate_table.groovy (#33981) --- regression-test/suites/schema_change_p0/test_alter_colocate_table.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/regression-test/suites/schema_change_p0/test_alter_colocate_table.groovy b/regression-test/suites/schema_change_p0/test_alter_colocate_table.groovy index ce23f70a3e1..f6d737a5f70 100644 --- a/regression-test/suites/schema_change_p0/test_alter_colocate_table.groovy +++ b/regression-test/suites/schema_change_p0/test_alter_colocate_table.groovy @@ -95,7 +95,6 @@ suite ("test_alter_colocate_table") { "dynamic_partition.end" = "3", "dynamic_partition.prefix" = "p", "dynamic_partition.buckets" = "3", - "dynamic_partition.replication_num" = "1", "dynamic_partition.create_history_partition"= "true", "dynamic_partition.replication_allocation" = "tag.location.default:${replicaNum}", "dynamic_partition.start" = "-3" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
