GitHub user tellison opened a pull request:

    https://github.com/apache/incubator-pirk/pull/64

    Enhancements to partitioners, keyedHash, and prime generator.

     - Convert last few remaining ArrayList return types on partitioners to
    List interface, and deal with the flow through to calling methods.
     - Enhance partition utils tests.
     - Modify keyed hash to remove Maths.abs() call on string hashCode.
     - Move constant value (\sqrt(2)) to static var in prime generator.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tellison/incubator-pirk ListInterface

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-pirk/pull/64.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 #64
    
----
commit 6c3808fbf094393dea37a02b44037f7665b88ffb
Author: Tim Ellison <t.p.elli...@gmail.com>
Date:   2016-08-16T10:45:13Z

    Enhancements to partitioners, keyedHash, and prime generator.
    
     - Convert last few remaining ArrayList return types on partitioners to
    List interface, and deal with the flow through to calling methods.
     - Enhance partition utils tests.
     - Modify keyed hash to remove Maths.abs() call on string hashCode.
     - Move constant value to static var in prime generator.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to