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

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

Github user FlorianHockmann commented on the issue:

    https://github.com/apache/tinkerpop/pull/897
  
    Shouldn't we also add the `ConnectedComponent` class to the GLVs so users 
can easily do something like this in other languages:
    ```java
    g.V().hasLabel('person').
      connectedComponent().
        with(ConnectedComponent.propertyName, 'component').
        with(ConnectedComponent.edges, outE('knows'))
    ```
    ?


> 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