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

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

{noformat}
gremlin> 
g.V(1).repeat(out()).until(outE().count().is(0)).path().filter(unfold().count().is(gte(2)))
==>[v[1],v[3]]
==>[v[1],v[2]]
==>[v[1],v[4],v[5]]
==>[v[1],v[4],v[3]]
gremlin> 
g.V(1).repeat(out()).until(outE().count().is(0)).path().filter(unfold().count().is(gte(3)))
==>[v[1],v[4],v[5]]
==>[v[1],v[4],v[3]]
gremlin> 
g.V(1).repeat(out()).until(outE().count().is(0)).path().filter(unfold().count().is(gte(1.5)))
gremlin> 
g.V(1).repeat(out()).until(outE().count().is(0)).path().filter(unfold().count().is(gte(2.5)))
{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