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

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

spmallette commented on pull request #1111: TINKERPOP-2212 Fixed detachement 
problem in Path
URL: https://github.com/apache/tinkerpop/pull/1111
 
 
   If the Path contained a Collection it would not properly detach the objects 
within the collection.
   
   All tests pass with `docker/build.sh -t -i`
   
   VOTE +1
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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
>            Priority: Major
>
> 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