Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add DefaultPartitioner test | Dana Powers | 2016-01-24 | 1 | -22/+42 |
| | |||||
* | Fix translation of Java murmur2 code, fix byte encoding for Python 3. | Chris Chamberlin | 2015-07-28 | 1 | -0/+23 |
Avoid further type changes when Murmur2Partitioner is passed a byte array. Change leftover-bytes logic to match the Java switch statement, and add tests to verify that partition selection matches Java implementation. |