Daniel Kuppitz created TINKERPOP-1742:
-----------------------------------------
Summary: RangeByIsCountStrategy fails for ConnectiveSteps
Key: TINKERPOP-1742
URL: https://issues.apache.org/jira/browse/TINKERPOP-1742
Project: TinkerPop
Issue Type: Bug
Components: process
Affects Versions: 3.2.5
Reporter: Daniel Kuppitz
Assignee: Daniel Kuppitz
{noformat}
gremlin> g.V().
......1> and(
......2> out().count().is(eq(0)),
......3> __.in().count().is(eq(0))
......4> )
Index: -1, Size: 2
Type ':help' or ':h' for help.
Display stack trace? [yN]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)