[ 
https://issues.apache.org/jira/browse/TINKERPOP-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Mallette closed TINKERPOP-2458.
---------------------------------------
    Fix Version/s: 3.4.9
                   3.5.0
       Resolution: Fixed

> Bytecode Bindings lost 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
>            Priority: Major
>             Fix For: 3.5.0, 3.4.9
>
>
> 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)

Reply via email to