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 0c9cda7e87a branch-3.0: [fix](case)Fix regression case: cse.groovy 
(#53434)
0c9cda7e87a is described below

commit 0c9cda7e87acaf7bcbd1efc750bfda3d02a9e73a
Author: minghong <[email protected]>
AuthorDate: Mon Jul 21 20:12:05 2025 +0800

    branch-3.0: [fix](case)Fix regression case: cse.groovy (#53434)
---
 regression-test/suites/tpch_sf0.1_p1/sql/cse.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regression-test/suites/tpch_sf0.1_p1/sql/cse.groovy 
b/regression-test/suites/tpch_sf0.1_p1/sql/cse.groovy
index 0aed62a3717..74e928fe5fa 100644
--- a/regression-test/suites/tpch_sf0.1_p1/sql/cse.groovy
+++ b/regression-test/suites/tpch_sf0.1_p1/sql/cse.groovy
@@ -22,6 +22,7 @@
 suite('cse') {
     sql "set enable_nereids_planner=true;"
     sql "set enable_fallback_to_original_planner=false;"
+    sql "set enable_two_phase_read_opt=false;"
 
     def q1 = """select s_suppkey,n_regionkey,(s_suppkey + n_regionkey) + 1 as 
x, (s_suppkey + n_regionkey) + 2 as y 
             from supplier join nation on s_nationkey=n_nationkey order by 
s_suppkey , n_regionkey limit 10 ;


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

Reply via email to