englefly commented on code in PR #65024:
URL: https://github.com/apache/doris/pull/65024#discussion_r3794367751
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/ProjectAggregateExpressionsForCse.java:
##########
@@ -61,16 +60,9 @@ public Plan
visitPhysicalHashAggregate(PhysicalHashAggregate<? extends Plan> agg
(PhysicalHashAggregate<? extends Plan>) super.visit(aggregate,
ctx));
}
- @Override
- public Plan visitPhysicalBucketedHashAggregate(
- PhysicalBucketedHashAggregate<? extends Plan> aggregate,
CascadesContext ctx) {
- return projectAggregateCse(
- (PhysicalBucketedHashAggregate<? extends Plan>)
super.visit(aggregate, ctx));
- }
-
/**
- * Shared CSE projection logic for both PhysicalHashAggregate and
- * PhysicalBucketedHashAggregate. Extracts common sub-expressions from
+ * Shared CSE projection logic for PhysicalHashAggregate.
Review Comment:
单开pr https://github.com/apache/doris/pull/66815
--
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]