-
Notifications
You must be signed in to change notification settings - Fork 240
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
[BUG] In Spark 3.2.0 and above dynamic partition pruning and AQE are not mutually exclusive #1867
Comments
I started looking at this and I think it will be simple enough to add new tests but I am going to wait until #2073 is merged since branch-0.5 does not currently compile with Spark 3.2.0 |
Removing from the sprint since we are not supporting Spark 3.2.0 in the 0.5 release. |
So the tests that are failing now for
This includes the one DPP test |
As always Andy is on top of this. https://issues.apache.org/jira/browse/SPARK-36666 That didn't make it into 3.2.0-RC2 but should be in the next one. |
I think I can just close this. If I manually update things to test on 3.2.1-SNAPHSOT (which includes the above fix) there are no failures in the AQE tests |
The existing tests for this failed initially because they are testing that when DPP happens AQE is disabled. That is no longer the case and we need to look at that situation and see if we are doing the right thing. We should also add in tests to verify that we are doing the right thing.
The text was updated successfully, but these errors were encountered: