Skip to content

Commit 2802ac0

Browse files
committed
Remove misleading comment
1 parent 186a040 commit 2802ac0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/rules/logical/CombineProjections.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ protected LogicalPlan rule(UnaryPlan plan) {
6565
return plan;
6666
}
6767

68-
// Agg with underlying Project (group by on sub-queries)
6968
if (plan instanceof Aggregate a && child instanceof Project p) {
7069
var groupings = a.groupings();
7170

0 commit comments

Comments
 (0)