Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Mar 21, 2024
1 parent 9ec4599 commit 2d8f637
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ private LogicalHaving<Plan> bindHavingAggregate(
if (boundInAggFuncs.size() == 1) {
return boundInAggFuncs;
}
return analyzer.bindSlotByScope(unboundSlot, aggOutputScope);

return bindByAggChild.get().bindSlot(analyzer, unboundSlot);
};
});

Expand Down

0 comments on commit 2d8f637

Please sign in to comment.