[GitHub] tinkerpop pull request #864: TINKERPOP-1958 Fixed a bug in TinkerGraphCountS...

2018-05-22 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] tinkerpop pull request #864: TINKERPOP-1958 Fixed a bug in TinkerGraphCountS...

2018-05-11 Thread dkuppitz
GitHub user dkuppitz opened a pull request:

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

TINKERPOP-1958 Fixed a bug in TinkerGraphCountStrategy

https://issues.apache.org/jira/browse/TINKERPOP-1958

The strategy did not consider, that certain map steps may not emit an 
element.

`docker/build.sh -t -i` passed.

VOTE: +1

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/tinkerpop TINKERPOP-1958

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

https://github.com/apache/tinkerpop/pull/864.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 #864


commit da5b7da2c4dd7202b69f2a211542e9aa711fd2d8
Author: Daniel Kuppitz 
Date:   2018-05-09T14:53:24Z

TINKERPOP-1958 Fixed a bug in TinkerGraphCountStrategy

The strategy did not consider, that certain map steps may not emit an 
element.




---