-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-5186][branch-1.2] Vector.hashCode is not efficient #4985
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
|
Test build #28476 has started for PR 4985 at commit
|
|
Test build #28476 has finished for PR 4985 at commit
|
|
Test FAILed. |
|
Test build #28482 has started for PR 4985 at commit
|
|
Test build #28483 has started for PR 4985 at commit
|
|
Test build #28483 has finished for PR 4985 at commit
|
|
Test PASSed. |
|
Test build #28482 has finished for PR 4985 at commit
|
|
Test PASSed. |
Backport hhbyyh 's hasCode implementation to branch-1.2. The old implementation causes performance issues with PySpark, which calls hashCode (https://issues.apache.org/jira/browse/SPARK-6288). Author: Yuhao Yang <[email protected]> Closes #4985 from mengxr/SPARK-5186-1.2 and squashes the following commits: 155e559 [Yuhao Yang] backport SPARK-5186
|
Merged into branch-1.2. |
Backport @hhbyyh 's hasCode implementation to branch-1.2. The old implementation causes performance issues with PySpark, which calls hashCode (https://issues.apache.org/jira/browse/SPARK-6288).