-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for correlated subquery #6140
Comments
I will work on this soon. |
@mingmwang any thoughts on how to make progress here? |
@alamb can you please assign me here? I will take a stab at this next week. If I succeed, you might be able to also close some other issues listed in the enclosing epic as obsolete because there won't be any correlated queries left for the physical planning process. |
Thanks @aalexandrov -- I have done so. BTW you can also make a single word comment |
Oh, good to know—I will take a look at the available commands next time. |
Interested in this one |
I believe @eejbyfeldt and @Dandandan have been working a bit on correlated subqueries in the context of getting all TPCS-DS running |
Is your feature request related to a problem or challenge?
When I run the query below
Datafusion returns
Error: NotImplemented("Physical plan does not support logical expression (<subquery>)")
Same query successfully runs on Postgre.
Describe the solution you'd like
I would like to have this feature.
Describe alternatives you've considered
No response
Additional context
To reproduce you can use test below
The text was updated successfully, but these errors were encountered: