GitHub user tellison opened a pull request:
https://github.com/apache/incubator-pirk/pull/57
[PIRK-49] PrimitivePartioner does not account for locale settings
- Ensure bytes are always encoded in network byte ordering.
- Remove primitive type partitioner's unhealthy obsession with byte
buffers.
- Simplify getPaddedPartitions method.
- Enhanced tests for data partitioning.
- Further tidy up of concrete type to interfaces.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tellison/incubator-pirk partitioner
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-pirk/pull/57.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #57
----
commit 27d05ff2ea7b6343ff39274287e46e83c163c8c9
Author: Tim Ellison <[email protected]>
Date: 2016-08-12T14:40:41Z
Enhancements to data partitioners.
- Ensure bytes are always encoded in network byte ordering.
- Remove primitive type partitioner's unhealthy obsession with byte
buffers.
- Simplify getPaddedPartitions method.
- Enhanced tests for data partitioning.
- Further tidy up of concrete type to interfaces.
commit 662ccbd1fd11545406762605f21abf6d02f840cc
Author: Tim Ellison <[email protected]>
Date: 2016-08-12T14:44:06Z
Merge branch 'master' into partitioner
----
---
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.
---