[
https://issues.apache.org/jira/browse/TINKERPOP-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208024#comment-17208024
]
Stephen Mallette commented on TINKERPOP-2315:
---------------------------------------------
I tried a few things to recreate the problem with a unit test but as unable to
do so. If you could show me how to modify this unit test to get a failure to
reproduce your problem I can look into it some more:
https://github.com/apache/tinkerpop/blob/f52ee7c058ac2ceb0155d1c0cba23e5da4267b44/gremlin-python/src/main/python/tests/driver/test_driver_remote_connection.py#L215-L220
> Implement some form of clone() or reset() for Traversal in GLVs
> ---------------------------------------------------------------
>
> Key: TINKERPOP-2315
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2315
> Project: TinkerPop
> Issue Type: Improvement
> Components: dotnet, javascript, python
> Affects Versions: 3.3.9
> Reporter: Stephen Mallette
> Assignee: Stephen Mallette
> Priority: Major
> Fix For: 3.5.0, 3.4.5, 3.3.10
>
>
> There doesn't seem to be a method to do what we do in Java fairly often:
> {code}
> attached = g.V().hasLabel('OID').out('attached')
> assert attached.clone().count().next() == 4
> uids = attached.clone().dedup().toList()
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)