[
https://issues.apache.org/jira/browse/TINKERPOP-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16118469#comment-16118469
]
ASF GitHub Bot commented on TINKERPOP-1742:
-------------------------------------------
GitHub user dkuppitz opened a pull request:
https://github.com/apache/tinkerpop/pull/688
TINKERPOP-1742 RangeByIsCountStrategy fails for ConnectiveSteps
https://issues.apache.org/jira/browse/TINKERPOP-1742
Fixed a bug in `RangeByIsCountStrategy`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1742
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/688.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 #688
----
commit fde3aeb3235ea4d15f39982d836c9fb0f9f3ad53
Author: Daniel Kuppitz <[email protected]>
Date: 2017-08-08T15:23:06Z
Fixed a bug in `RangeByIsCountStrategy`.
----
> 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)