-
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
Fix optimizer regressions #3694
Conversation
@alamb @liukun4515 This PR is one solution for fixing the recent regressions introduced into the optimizer - by reverting the PR that introduced them - but maybe @liukun4515 can fix these issues in a separate PR, then we won't need to merge this one. |
I have done the enhancement to fix the bug in #3699 |
@andygrove can you verify your dask tests work now? The two tests described above are included now in the optimizer integration test by @liukun4515 : https://github.com/apache/arrow-datafusion/blob/57312284c082c914dd5e1edaa5c1fe3dbe4f222d/datafusion/optimizer/tests/integration-test.rs#L33-L57 |
Which issue does this PR close?
Closes #3690
Rationale for this change
PR #3662 introduced regressions that were not detected due to a lack of test cases and also due to the fact that we default to
skip_failing_rules = true
.What changes are included in this PR?
Are there any user-facing changes?
No