This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fa271a2993 [fix](cloud_p0) disable two phase read opt for cloud p0 
(#30979)
9fa271a2993 is described below

commit 9fa271a2993a76b4309f34fc339d0321fe8c4299
Author: Yongqiang YANG <[email protected]>
AuthorDate: Thu Feb 8 14:23:47 2024 +0800

    [fix](cloud_p0) disable two phase read opt for cloud p0 (#30979)
---
 regression-test/pipeline/cloud_p0/conf/session_variables.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/pipeline/cloud_p0/conf/session_variables.sql 
b/regression-test/pipeline/cloud_p0/conf/session_variables.sql
index afcdb8cf015..8885476ee06 100644
--- a/regression-test/pipeline/cloud_p0/conf/session_variables.sql
+++ b/regression-test/pipeline/cloud_p0/conf/session_variables.sql
@@ -3,4 +3,4 @@ set global insert_visible_timeout_ms=60000;
 set global enable_auto_analyze=false;
 set global enable_audit_plugin=true;
 set global enable_memtable_on_sink_node=false;
-
+set global enable_two_phase_read_opt = false;


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

Reply via email to