Skip to content

fix: Support GROUP BY () and tuple sublists - #224

Merged
MazterQyou merged 1 commit into
cubesql-3-04-2022from
cubesql/group-by-tuple
Jul 23, 2026
Merged

fix: Support GROUP BY () and tuple sublists#224
MazterQyou merged 1 commit into
cubesql-3-04-2022from
cubesql/group-by-tuple

Conversation

@MazterQyou

Copy link
Copy Markdown
Member

This PR flattens tuple expressions in GROUP BY following PostgreSQL sublist semantics, so GROUP BY () (empty grouping set) and GROUP BY (a, b) plan correctly. Related tests are included.

Signed-off-by: Alex Qyoun-ae <4062971+MazterQyou@users.noreply.github.com>
@MazterQyou
MazterQyou merged commit ee20ad3 into cubesql-3-04-2022 Jul 23, 2026
21 checks passed
@MazterQyou
MazterQyou deleted the cubesql/group-by-tuple branch July 23, 2026 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants