This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new d214351778 [branch-1.2](test) fix p0 test d214351778 is described below commit d21435177851b811e754a12a590e655719b81415 Author: morningman <morning...@163.com> AuthorDate: Mon Jun 5 23:14:25 2023 +0800 [branch-1.2](test) fix p0 test --- .../suites/query_p0/aggregate/aggregate_not_group_null.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regression-test/suites/query_p0/aggregate/aggregate_not_group_null.groovy b/regression-test/suites/query_p0/aggregate/aggregate_not_group_null.groovy index 7be16a0f0a..fc4d72187d 100644 --- a/regression-test/suites/query_p0/aggregate/aggregate_not_group_null.groovy +++ b/regression-test/suites/query_p0/aggregate/aggregate_not_group_null.groovy @@ -31,8 +31,7 @@ suite("aggregate_no_group_null") { "replication_allocation" = "tag.location.default: 1", "storage_format" = "V2", "light_schema_change" = "true", - "disable_auto_compaction" = "false", - "enable_single_replica_compaction" = "false" + "disable_auto_compaction" = "false" ); """ sql """insert into t1_int values(1,1),(1,2),(1,3),(1,4),(1,null);""" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org