Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Grouping Sets #1016

Open
henneberger opened this issue Nov 26, 2024 · 0 comments
Open

Support Grouping Sets #1016

henneberger opened this issue Nov 26, 2024 · 0 comments
Assignees
Milestone

Comments

@henneberger
Copy link
Contributor

henneberger commented Nov 26, 2024

This enables more advanced types of aggregations like ROLL UP and CUBE:
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/queries/group-agg/

Extends support in the LPRewriter for grouping sets. In particular, add a separate primary key column as the md5 of all group-by columns if a) one of the columns can be null or b) there are multiple grouping sets. Otherwise, keep the primary key as it currently is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants