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 41203cc4304 [session](shared) disable shared scan in default (#29703)
41203cc4304 is described below
commit 41203cc43048748efdb8b084f6d75194f83a087c
Author: HappenLee <[email protected]>
AuthorDate: Tue Jan 9 14:09:49 2024 +0800
[session](shared) disable shared scan in default (#29703)
---
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
index 62aceb947a3..bb880136b88 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
@@ -802,7 +802,7 @@ public class SessionVariable implements Serializable,
Writable {
@VariableMgr.VarAttr(name = ENABLE_SHARED_SCAN, fuzzy = false, varType =
VariableAnnotation.EXPERIMENTAL,
needForward = true)
- private boolean enableSharedScan = true;
+ private boolean enableSharedScan = false;
@VariableMgr.VarAttr(name = ENABLE_PARALLEL_SCAN, fuzzy = true, varType =
VariableAnnotation.EXPERIMENTAL,
needForward = true)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]