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

ASF GitHub Bot commented on TINKERPOP-1742:
-------------------------------------------

GitHub user dkuppitz opened a pull request:

    https://github.com/apache/tinkerpop/pull/687

    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-master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/687.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 #687
    
----
commit 14f03183b9507de38da5107e36f56daed609b773
Author: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Date:   2017-08-07T16:43:45Z

    CTR: Fixed screwed Groovy test

commit fde3aeb3235ea4d15f39982d836c9fb0f9f3ad53
Author: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Date:   2017-08-08T15:23:06Z

    Fixed a bug in `RangeByIsCountStrategy`.

commit e38df2d84cd0bc37b88e34627af353937fa1693d
Author: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Date:   2017-08-08T15:25:08Z

    Merge branch 'TINKERPOP-1742' into TINKERPOP-1742-master

----


> 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)

Reply via email to