Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Right now, if we have an aggregate function in the child of a With expression, we fail an assertion. However, queries like this used to work:
select id between cast(max(id between 1 and 2) as int) and id from range(10) group by id
Attachments
Issue Links
- links to