stephen mallette created TINKERPOP-2212:
-------------------------------------------

             Summary: Path is not detaching properly under certain conditions
                 Key: TINKERPOP-2212
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2212
             Project: TinkerPop
          Issue Type: Bug
          Components: structure
    Affects Versions: 3.3.6
            Reporter: stephen mallette
            Assignee: stephen mallette


Detachment is not behaving properly under certain conditions:

{code}
gremlin> 
client.submit("g.V(1).out().path().by(unfold().fold())").all().get().get(0).getObject().get(0).get(0).properties()
==>vp[name->marko]
==>vp[age->29]
{code}

The embedded {{List}} seems to derail the detachment. 



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

Reply via email to