-
Notifications
You must be signed in to change notification settings - Fork 29k
[WIP][SPARK-7360][PYTHON] disable useMemo in Pickler #6065
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
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32431 has started for PR 6065 at commit |
|
Test build #32431 has finished for PR 6065 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32546 has started for PR 6065 at commit |
|
Test build #32546 has finished for PR 6065 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
@mengxr I'm gonna start PySpark performance tests for before/after this PR now. |
@nchammas Just found that we don't need to patch Pyrolite because
useMemois exposed in the constructor in Pyrolite 4.4. So the changes in the PR should be sufficient to see the erformance difference caused byuseMemo.