Description
The following:
g.V(). choose(__.out().count()). option(b.of("two", 2), __.values("name")). option(b.of("three",3), __.values("age"))
Will not process the bindings properly as Bindings.clear() is called on each addStep(). Aside from it being a bug in writing that kind of traversal, it also causes trouble for Translator instances
Attachments
Issue Links
- relates to
-
TINKERPOP-2443 Improve testing of Translator instances for non-JVM languages with focus on Python as a model
-
- Closed
-