You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2017/11/02 10:45:00 UTC

[jira] [Assigned] (TINKERPOP-1813) Subgraph step requires the graph API

     [ https://issues.apache.org/jira/browse/TINKERPOP-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stephen mallette reassigned TINKERPOP-1813:
-------------------------------------------

    Assignee: Marko A. Rodriguez
    Priority: Minor  (was: Major)
     Summary: Subgraph step requires the graph API  (was: Subgraph strategy requires the graph API)

I think {{SubgraphStrategy}} is ok - it's {{SubgraphStep}} that has this problem both in the test:

https://github.com/apache/tinkerpop/blob/tp32/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/SubgraphTest.java#L72

and in the step itself:

https://github.com/apache/tinkerpop/blob/tp32/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/SubgraphStep.java#L115

> Subgraph step requires the graph API
> ------------------------------------
>
>                 Key: TINKERPOP-1813
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1813
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.2.6
>            Reporter: Bryn Cooke
>            Assignee: Marko A. Rodriguez
>            Priority: Minor
>
> SubgraphStrategy uses the graph API to create elements in the subgraph. If a graph does not fully support the graph/structure API this it won't work. Ideally the graph mutations should use the traversal API.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)