Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.10.2
-
None
-
None
Description
The HashPartitioner used by the streaming API does not apply any hash scrambling against bad user hash functions.
We should apply a murmor or jenkins hash on top of the hash code, similar as in the DataSet API.