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 baa6b063d9b branch-3.1: [fix](test) fix lazy_materialize_topn unstable
#52545 (#52578)
baa6b063d9b is described below
commit baa6b063d9b97ab7065edd546f920c554a78e2fd
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 10:56:02 2025 +0800
branch-3.1: [fix](test) fix lazy_materialize_topn unstable #52545 (#52578)
Cherry-picked from #52545
Co-authored-by: morrySnow <[email protected]>
---
.../defer_materialize_topn/lazy_materialize_topn.groovy | 4 +++-
1 file changed, 3 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..0488e707f8d 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,9 @@
// 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;
+ set enable_topn_lazy_materialization = false;
"""
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]