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

[Subtask]: Rollup using Sort #20653

Open
fengttt opened this issue Dec 9, 2024 · 0 comments
Open

[Subtask]: Rollup using Sort #20653

fengttt opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
kind/subtask priority/p0 Critical feature that should be implemented in this version
Milestone

Comments

@fengttt
Copy link
Contributor

fengttt commented Dec 9, 2024

Parent Issue

#20650

Detail of Subtask

select c1, c2, avg(x) from T group by roll up (c1, c2);

The query plan should be Scan T -> Order by C1, C2 -> Rollup Agg

select

Describe implementation you've considered

No response

Additional information

No response

@fengttt fengttt added priority/p0 Critical feature that should be implemented in this version kind/subtask labels Dec 9, 2024
@fengttt fengttt added this to the 2.1.0 milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/subtask priority/p0 Critical feature that should be implemented in this version
Projects
None yet
Development

No branches or pull requests

2 participants