-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-8903] Fix bug in cherry-pick of SPARK-8803 #7295
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
|
/cc @brkyvz |
|
Merged build triggered. |
|
Merged build started. |
|
LGTM. Thanks @JoshRosen for your swift response! |
|
Test build #36813 has started for PR 7295 at commit |
|
Test build #36813 has finished for PR 7295 at commit
|
|
Merged build finished. Test FAILed. |
Looks like |
|
Yeah I think the cherry-pick broke the style checks. Lets hot-fix that first ? |
|
@JoshRosen @shivaram this is probably my error which I believe I just fixed in branch 1.4 from an unrelated cherry pick. Let me double check |
|
Jenkins, retest this please. |
|
LGTM |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #36824 has started for PR 7295 at commit |
|
Test build #36824 has finished for PR 7295 at commit
|
|
Merged build finished. Test FAILed. |
|
Jenkins, retest this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #36828 has started for PR 7295 at commit |
|
Alright, this passed the relevant tests so I'm speculatively merging it so that I can kick off the time-consuming release packaging build. |
This fixes a bug introduced in the cherry-pick of #7201 which led to a NullPointerException when cross-tabulating a data set that contains null values. Author: Josh Rosen <[email protected]> Closes #7295 from JoshRosen/SPARK-8903 and squashes the following commits: 5489948 [Josh Rosen] [SPARK-8903] Fix bug in cherry-pick of SPARK-8803
|
Test build #36828 has finished for PR 7295 at commit
|
|
Merged build finished. Test PASSed. |
|
close this please |
This fixes a bug introduced in the cherry-pick of #7201 which led to a NullPointerException when cross-tabulating a data set that contains null values.