This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 1c55ae60c32 [chore](ci) Disable memtable on sink node for cloud ci
(#30913)
1c55ae60c32 is described below
commit 1c55ae60c32f0100676d4b52df9f36c1291b56c8
Author: walter <[email protected]>
AuthorDate: Wed Feb 7 15:16:13 2024 +0800
[chore](ci) Disable memtable on sink node for cloud ci (#30913)
---
regression-test/pipeline/cloud_p0/conf/session_variables.sql | 4 +++-
1 file changed, 3 insertions(+), 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 cb786ace296..afcdb8cf015 100644
--- a/regression-test/pipeline/cloud_p0/conf/session_variables.sql
+++ b/regression-test/pipeline/cloud_p0/conf/session_variables.sql
@@ -1,4 +1,6 @@
-- set those session variables before run cloud p0 regression
set global insert_visible_timeout_ms=60000;
set global enable_auto_analyze=false;
-set global enable_audit_plugin=true;
\ No newline at end of file
+set global enable_audit_plugin=true;
+set global enable_memtable_on_sink_node=false;
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]