This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 0c38c57d3a0 branch-3.0 [fix](regression)unstable case
test_map_select_with_limit #50620 (#51305)
0c38c57d3a0 is described below
commit 0c38c57d3a083b556aadedbbf6d0edc23cba2907
Author: minghong <[email protected]>
AuthorDate: Thu May 29 09:42:06 2025 +0800
branch-3.0 [fix](regression)unstable case test_map_select_with_limit #50620
(#51305)
### What problem does this PR solve?
pick #50620
---
regression-test/suites/query_p0/limit/test_map_select_with_limit.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/query_p0/limit/test_map_select_with_limit.groovy
b/regression-test/suites/query_p0/limit/test_map_select_with_limit.groovy
index 09070696055..8cbc7cecf35 100644
--- a/regression-test/suites/query_p0/limit/test_map_select_with_limit.groovy
+++ b/regression-test/suites/query_p0/limit/test_map_select_with_limit.groovy
@@ -35,6 +35,7 @@ suite("test_map_select_with_limit", "query") {
sql """
INSERT INTO test_map_select_with_limit VALUES (100, {1: "amory", 2:
"is", 3: "better"}), (101, {1: "amory", 2: "is", 3: "better"});
analyze table test_map_select_with_limit with sync;
+ alter table test_map_select_with_limit modify column k1 set stats
('ndv'='41700404', 'num_nulls'='0', 'min_value'='810', 'max_value'='602901',
'row_count'='1500000000');
"""
// set topn_opt_limit_threshold = 1024 to make sure _internal_service to
be request with proto request
sql """ set topn_opt_limit_threshold = 1024 """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]