Github user davies commented on the pull request:
https://github.com/apache/spark/pull/1371#issuecomment-48787408
@mateiz If there is None in Tuple, such as (None, 3), the hash of it will
be different cross machines.
If user provide a partitionFunc, which uses hash() in it, then it will have
problem.
This hack does not look good for me. Maybe we just use this portable hash
as default one?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---