-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32332][SQL][3.0] Support columnar exchanges #29310
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
Conversation
|
ok to test |
|
Jenkins seems to be out of order. For |
|
@andygrove . FYI, we usually use |
|
Thanks @dongjoon-hyun I have updated the title. |
|
ok to test |
|
ok to test |
|
Test build #126844 has finished for PR 29310 at commit
|
|
retest this please |
|
Test build #126877 has finished for PR 29310 at commit
|
|
tests pass so I think we are good. I'm going to commit this shortly. |
### What changes were proposed in this pull request? Backports SPARK-32332 to 3.0 branch. ### Why are the changes needed? Plugins cannot replace exchanges with columnar versions when AQE is enabled without this patch. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Tests included. Closes #29310 from andygrove/backport-SPARK-32332. Authored-by: Andy Grove <[email protected]> Signed-off-by: Thomas Graves <[email protected]>
|
merged to branch-3.0 |
|
@dongjoon-hyun sorry I don't remember, we need to manually close the 3.0 ones correct? |
|
Yes~ For non- |
|
Thank you for the patch, @andygrove and @tgravescs . |
|
thanks |
What changes were proposed in this pull request?
Backports SPARK-32332 to 3.0 branch.
Why are the changes needed?
Plugins cannot replace exchanges with columnar versions when AQE is enabled without this patch.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Tests included.