Stephen Mallette created TINKERPOP-2458:
-------------------------------------------
Summary: Bytecode Bindings are cleared when followed by a child
traversal
Key: TINKERPOP-2458
URL: https://issues.apache.org/jira/browse/TINKERPOP-2458
Project: TinkerPop
Issue Type: Bug
Components: process
Affects Versions: 3.4.8
Reporter: Stephen Mallette
Assignee: Stephen Mallette
The following:
{code}
g.V().
choose(__.out().count()).
option(b.of("two", 2), __.values("name")).
option(b.of("three",3), __.values("age"))
{code}
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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)