-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[EPIC] More Subquery support #5483
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
Comments
I want to try this for GSoC. Leave an email: [email protected] |
🚀 Interested in Contributing to Correlated Subqueries in DataFusion Hi I am Yash Davkhar, and I am highly interested in contributing to this project on adding support for correlated subqueries in DataFusion. I have experience in SQL, database systems, and query optimization and would love to apply my skills to improve DataFusion’s SQL engine. I have gone through the project description and the linked epic, and I would appreciate any guidance on how to get started. Could you please share any specific tasks or areas I should focus on first? Looking forward to contributing! 🚀 Best regards, |
Hi there, Looks interesting issue, I would love to contribute to it without any fiction. Thank You. |
Hi, I am interested in contributing to Apache DataFusion, specifically in implementing correlated subqueries support I have experience in SQL Engines, Data Migration and query optimization and have gone through DataFusion’s documentation and source code. However, I would appreciate some guidance on:
A brief discussion would be greatly appreciated. Here is my contact and profile details: Thanks and Regards, |
I think starting at https://datafusion.apache.org/ and https://datafusion.apache.org/contributor-guide/architecture.html would probably be a good place to start |
|
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
DataFusion supports many types of subqueries (originally tracked via #2248). This epic tracks additional features / support
See also the original design document.
decorrelate_where_in
reports error when optimizinglimit subquery
#5808The text was updated successfully, but these errors were encountered: