This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 11ad47fc1d4 branhc-3.1: [fix](case) let lazy_materialize_topn work
well (#52890)
11ad47fc1d4 is described below
commit 11ad47fc1d4fae99ec550fee9ed4279cf91799c5
Author: morrySnow <[email protected]>
AuthorDate: Mon Jul 7 19:14:48 2025 +0800
branhc-3.1: [fix](case) let lazy_materialize_topn work well (#52890)
introduced an unsupported variable enable_topn_lazy_materialization in
case when auto pick from master in PR #52578
---
.../nereids_rules_p0/defer_materialize_topn/lazy_materialize_topn.groovy | 1 -
1 file changed, 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 0488e707f8d..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
@@ -18,7 +18,6 @@ suite("lazy_materialize_topn") {
sql """
set enable_two_phase_read_opt = true;
set topn_opt_limit_threshold = 1000;
- set enable_topn_lazy_materialization = false;
"""
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]