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

huajianlan pushed a commit to branch fe_local_shuffle
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/fe_local_shuffle by this push:
     new 9a81c4bcd44 [fix](local shuffle) remove stale code in 
deriveAndEnforceChildLocalExchange
9a81c4bcd44 is described below

commit 9a81c4bcd4423561a59877bc3e059992024628fa
Author: 924060929 <[email protected]>
AuthorDate: Mon Mar 30 18:48:01 2026 +0800

    [fix](local shuffle) remove stale code in deriveAndEnforceChildLocalExchange
    
    Fix checkstyle parse error caused by leftover closing brace and unreachable
    return statement.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java 
b/fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java
index e5114f9cbd0..1bce63f1416 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java
@@ -1015,8 +1015,6 @@ public abstract class PlanNode extends TreeNode<PlanNode> 
{
                 : hasSerialAncestorInPipeline || isSerialOperator();
         translatorContext.setHasSerialAncestorInPipeline(child, 
childHasSerialAncestorInPipeline);
         return child.enforceAndDeriveLocalExchange(translatorContext, this, 
requireChild);
-        }
-        return result;
     }
 
     /**


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to