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

[EPIC] Subquery support #2248

Closed
14 of 15 tasks
andygrove opened this issue Apr 16, 2022 · 3 comments
Closed
14 of 15 tasks

[EPIC] Subquery support #2248

andygrove opened this issue Apr 16, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

andygrove commented Apr 16, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

We have many issues now for subquery support, with some duplication so I thought it would be good to create one epic to track all of this work.

There is also a design document.

Logical Plan

SQL Query Planner

Logical Plan Optimizations

Physical Plan

Ballista

@jon-chuang
Copy link

jon-chuang commented May 1, 2022

Some additional ideas for subquery optimizations:

More generally, one can attempt this approach, which is a lot less messy than relying on countless rewriting heuristics (which is also highly error-prone):

@jon-chuang
Copy link

@alamb
Copy link
Contributor

alamb commented Mar 5, 2023

I filed #5483 to track the few items that are not done yet, and am going to close this ticket as we have subquery support in DataFusion now 🎉

@alamb alamb closed this as completed Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants