Query: Bugs in converting an Apply to a Join #24474
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
When converting Apply to Join, we currently look at Predicate. But if there is GROUP BY present then predicate after grouping is in Having, further it may not be possible to convert it to join. We need to verify this. Filing this issue to separate out from #17337
The text was updated successfully, but these errors were encountered: