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 841aa792d53 branch-4.0: [fix](compile) compiled failed due to parallel 
merge (#57936)
841aa792d53 is described below

commit 841aa792d533b8a87bc8efdb5b620075fd9b08d8
Author: morrySnow <[email protected]>
AuthorDate: Wed Nov 12 14:03:23 2025 +0800

    branch-4.0: [fix](compile) compiled failed due to parallel merge (#57936)
---
 .../org/apache/doris/nereids/trees/plans/logical/LogicalAggregate.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalAggregate.java
 
b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalAggregate.java
index 362f5082563..7401dbbaea7 100644
--- 
a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalAggregate.java
+++ 
b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalAggregate.java
@@ -389,7 +389,7 @@ public class LogicalAggregate<CHILD_TYPE extends Plan>
 
     public LogicalAggregate<Plan> withSourceRepeat(LogicalRepeat<?> 
sourceRepeat) {
         return new LogicalAggregate<>(groupByExpressions, outputExpressions, 
normalized, ordinalIsResolved,
-                generated, hasPushed, Optional.ofNullable(sourceRepeat),
+                generated, hasPushed, withInProjection, 
Optional.ofNullable(sourceRepeat),
                 Optional.empty(), Optional.empty(), child());
     }
 


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

Reply via email to