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 d18faa3db4c branch-3.0: [fix](test) fix lazy_materialize_topn unstable
#52545 (#53181)
d18faa3db4c is described below
commit d18faa3db4cb9ec62d0c46367ab0d6b9eba739be
Author: morrySnow <[email protected]>
AuthorDate: Mon Jul 14 14:21:53 2025 +0800
branch-3.0: [fix](test) fix lazy_materialize_topn unstable #52545 (#53181)
picked from #52545
---
.../defer_materialize_topn/lazy_materialize_topn.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/regression-test/suites/nereids_rules_p0/defer_materialize_topn/lazy_materialize_topn.groovy
b/regression-test/suites/nereids_rules_p0/defer_materialize_topn/lazy_materialize_topn.groovy
index cd683b08f28..14bf68b4fa5 100644
---
a/regression-test/suites/nereids_rules_p0/defer_materialize_topn/lazy_materialize_topn.groovy
+++
b/regression-test/suites/nereids_rules_p0/defer_materialize_topn/lazy_materialize_topn.groovy
@@ -16,7 +16,8 @@
// under the License.
suite("lazy_materialize_topn") {
sql """
- set enable_two_phase_read_opt = true
+ set enable_two_phase_read_opt = true;
+ set topn_opt_limit_threshold = 1000;
"""
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]