GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/897
TINKERPOP-1967 connectedComponent()
https://issues.apache.org/jira/browse/TINKERPOP-1967
Adds a `connectedComponent()` step. Was previously planning to hold this
and #882 until i'd explored TINKERPOP-1991 in more detail, but I don't think
adding that for 3.4.0 is reasonable. I think we cover a lot of the common
problems/questions that we deal with day-to-day with these two algorithms so
while we sorta extend the number of steps in the "core" space, Given that a
separate "algorithm" space was determined after both of these steps were done,
I think we can just include these for now and then work toward the "algorithm"
space later. In the mean time we can look to avoid adding new "algorithm" steps
to "core".
All tests pass with `docker/build.sh -t -n -i`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1967
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/897.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 #897
----
----
---