-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Queries with a nested count (select count(*) from (select count(*) from (select 1));)
fail with
Optimizer rule 'optimize_projections' failed
caused by
Error during planning: Aggregate requires at least one grouping or aggregate expression
To Reproduce
No response
Expected behavior
Should return the number of rows (1)
Additional context
No response
joroKr21
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working