englefly commented on code in PR #65024:
URL: https://github.com/apache/doris/pull/65024#discussion_r3503960863


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/properties/ChildrenPropertiesRegulator.java:
##########
@@ -217,6 +223,14 @@ private boolean 
onePhaseAggWithDistribute(PhysicalHashAggregate<? extends Plan>
                 && children.get(0).getPlan() instanceof PhysicalDistribute;
     }
 
+    /**
+     * Check whether bucketed hash aggregation allows the one-phase GLOBAL + 
distribute
+     * pattern. Delegates to the shared eligibility check in AggregateUtils.
+     */
+    private boolean shouldAllowForBucketedAgg(PhysicalHashAggregate<? extends 
Plan> aggregate) {

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to