You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
PR apache/datafusion#2885 adds three new optimizer rules for decorrelating subqueries and translating them into joins. This may result in more efficient queries in Dask SQL.
Describe the solution you'd like
Temporarily copy these rules into Dark SQL and try them out. We can provide feedback before the PR gets merged into DataFusion.
Once the PR is merged we can remove our temporary copies of the code.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Looks like these optimizer rules got introduced with #680, though they still don't work for certain queries, for example we see some warnings/errors in #683 (review)
Is your feature request related to a problem? Please describe.
PR apache/datafusion#2885 adds three new optimizer rules for decorrelating subqueries and translating them into joins. This may result in more efficient queries in Dask SQL.
Describe the solution you'd like
Temporarily copy these rules into Dark SQL and try them out. We can provide feedback before the PR gets merged into DataFusion.
Once the PR is merged we can remove our temporary copies of the code.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: