This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new c1bcacf391a branch-4.0: [fix](local shuffle) set enable_local_shuffle
var needForward = true #58143 (#58444)
c1bcacf391a is described below
commit c1bcacf391a96e5d7d00cd851c6443b456606a57
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 27 18:25:16 2025 +0800
branch-4.0: [fix](local shuffle) set enable_local_shuffle var needForward =
true #58143 (#58444)
Cherry-picked from #58143
Co-authored-by: TengJianPing <[email protected]>
---
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 13c1543f7c7..b200b0e8740 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
@@ -1421,7 +1421,7 @@ public class SessionVariable implements Serializable,
Writable {
@VariableMgr.VarAttr(
name = ENABLE_LOCAL_SHUFFLE, fuzzy = false, varType =
VariableAnnotation.EXPERIMENTAL,
description = {"是否在 pipelineX 引擎上开启 local shuffle 优化",
- "Whether to enable local shuffle on pipelineX engine."})
+ "Whether to enable local shuffle on pipelineX engine."},
needForward = true)
private boolean enableLocalShuffle = true;
@VariableMgr.VarAttr(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]