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

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new f7151dbc6bf branch-3.1: [fix](local shuffle) set enable_local_shuffle 
var needForward = true #58143 (#58443)
f7151dbc6bf is described below

commit f7151dbc6bf3f05a95f46477ab6949e7825e4359
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 2 14:27:17 2025 +0800

    branch-3.1: [fix](local shuffle) set enable_local_shuffle var needForward = 
true #58143 (#58443)
    
    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 4fe8c326f72..65def74a469 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
@@ -1204,7 +1204,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]

Reply via email to