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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 95e925e9b35 [fix](case) remove unsupport properties 
"min_load_replica_num" (#25760)
95e925e9b35 is described below

commit 95e925e9b3533048028b080f9d255a1cc7c79a09
Author: Dongyang Li <[email protected]>
AuthorDate: Mon Oct 23 15:18:55 2023 +0800

    [fix](case) remove unsupport properties "min_load_replica_num" (#25760)
---
 .../aggregate_functions/test_count_distinct_with_collection_type.groovy  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/regression-test/suites/query_p0/sql_functions/aggregate_functions/test_count_distinct_with_collection_type.groovy
 
b/regression-test/suites/query_p0/sql_functions/aggregate_functions/test_count_distinct_with_collection_type.groovy
index 96cdc229de8..f6812f2bfaa 100644
--- 
a/regression-test/suites/query_p0/sql_functions/aggregate_functions/test_count_distinct_with_collection_type.groovy
+++ 
b/regression-test/suites/query_p0/sql_functions/aggregate_functions/test_count_distinct_with_collection_type.groovy
@@ -31,7 +31,6 @@ suite("test_count_distinct_with_collection_type", "p0") {
     DISTRIBUTED BY HASH(`id`) BUCKETS 1
     PROPERTIES (
     "replication_allocation" = "tag.location.default: 1",
-    "min_load_replica_num" = "-1",
     "is_being_synced" = "false",
     "storage_format" = "V2",
     "light_schema_change" = "true",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to