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

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

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

----


> Add a connectedComponent() step
> -------------------------------
>
>                 Key: TINKERPOP-1967
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1967
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.3.3
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>            Priority: Minor
>             Fix For: 3.4.0
>
>
> Given TINKERPOP-1852 we should probably just simplify and improve performance 
> of connected component identification. Implementing this will involved the 
> creation of {{ConnectedComponentVertexProgram}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to