GitHub user dkuppitz opened a pull request:
https://github.com/apache/tinkerpop/pull/714
TINKERPOP-1782 RangeByIsCountStrategy doesn't handle floating point numbers
properly
https://issues.apache.org/jira/browse/TINKERPOP-1782
Fixed a bug in `RangeByIsCountStrategy` that led to unexpected behaviors
when predicates were used with floating point numbers.
VOTE: +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1782
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/714.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 #714
----
commit 8c26a33658a69b9d9e2295662e063345eca2ae76
Author: Daniel Kuppitz <[email protected]>
Date: 2017-09-13T21:08:07Z
Fixed a bug in `RangeByIsCountStrategy` that led to unexpected behaviors
when predicates were used with floating point numbers.
----
---