[ 
https://issues.apache.org/jira/browse/TINKERPOP-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16165026#comment-16165026
 ] 

Daniel Kuppitz commented on TINKERPOP-1782:
-------------------------------------------

One more interesting observation:

{noformat}
gremlin> 
g.V(1).repeat(out()).until(__.not(outE())).path().filter(unfold().count().is(gte(2.5)))
gremlin> 
g.V(1).repeat(out()).until(__.not(outE())).path().filter(unfold().count().is(gt(2.5)))
==>[v[1],v[4],v[5]]
==>[v[1],v[4],v[3]]
{noformat}

> RangeByIsCountStrategy doesn't handle floating point numbers properly
> ---------------------------------------------------------------------
>
>                 Key: TINKERPOP-1782
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1782
>             Project: TinkerPop
>          Issue Type: Bug
>    Affects Versions: 3.2.6
>            Reporter: Daniel Kuppitz
>            Assignee: Daniel Kuppitz
>
> See: https://groups.google.com/d/msg/gremlin-users/90IY6QMp4YQ/w60l_pfvCgAJ



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to