[ 
https://issues.apache.org/jira/browse/TINKERPOP-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17182887#comment-17182887
 ] 

ASF GitHub Bot commented on TINKERPOP-2403:
-------------------------------------------

divijvaidya commented on pull request #1313:
URL: https://github.com/apache/tinkerpop/pull/1313#issuecomment-678859337


   VOTE +1 LGTM


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Gremlin javascript Translator does not handle child traversals
> --------------------------------------------------------------
>
>                 Key: TINKERPOP-2403
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2403
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: javascript
>    Affects Versions: 3.4.8
>            Reporter: Stephen Mallette
>            Priority: Major
>
> A traversal like:
> {code}
> const script = new 
> Translator('g').translate(g.V().filter(__.outE('created')).getBytecode());
> {code}
> ends up producing:
> {code}
> g.V().filter([["outE","created"]])
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to