summaryrefslogtreecommitdiff
path: root/test/test_partitioner.py
Commit message (Collapse)AuthorAgeFilesLines
* add DefaultPartitioner testDana Powers2016-01-241-22/+42
|
* Fix translation of Java murmur2 code, fix byte encoding for Python 3.Chris Chamberlin2015-07-281-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.