Description
Detachment is not behaving properly under certain conditions:
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]
The embedded List seems to derail the detachment.
Attachments
Issue Links
- links to