-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-6551][PYSPARK] Incorrect aggregate results if seqOp(...) mutates its first argument #7965
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
Implement a test for SPARK-6551.
|
(Can you add a little more to the title, like what the underlying JIRA is about?) |
|
I believe that this will now resolve the issues reported in SPARK-6551 and test for regression. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment needs to be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or removed.
|
Test build #1363 has finished for PR 7965 at commit
|
|
This bug is fixed by #7378 (merged into 1.4 and 1.5) , Could you send a patch against 1.3 branch (remove the unrelated changes)? |
|
#7378 has been merged into master and fails half of the tests that I have added in this pull request. The returned result is correct however the |
|
@megatron-me-uk I think it's reasonable to change the If we change to reply on |
|
OK good point, I guess I will close this pull request then. I think the best way to resole this jira issue is to backport #7378 or just recommend an upgrade to 1.4. |
Implement a test for SPARK-6551.