This is an automated email from the ASF dual-hosted git repository.
liaoxin 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 3d7949cba57 [tmp](pipeline) disable two phase opt in cloud_p0 by
default temporialy (#34939)
3d7949cba57 is described below
commit 3d7949cba5745870161bec0f6e6075b6f092656e
Author: Yongqiang YANG <[email protected]>
AuthorDate: Thu May 16 14:06:51 2024 +0800
[tmp](pipeline) disable two phase opt in cloud_p0 by default temporialy
(#34939)
---
regression-test/pipeline/cloud_p0/conf/session_variables.sql | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/pipeline/cloud_p0/conf/session_variables.sql
b/regression-test/pipeline/cloud_p0/conf/session_variables.sql
index b2e30361957..118b14c86ea 100644
--- a/regression-test/pipeline/cloud_p0/conf/session_variables.sql
+++ b/regression-test/pipeline/cloud_p0/conf/session_variables.sql
@@ -1 +1,2 @@
-- set those session variables before run cloud p0 regression
+set global enable_two_phase_read_opt = false
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]