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

Tom Kolanko commented on TINKERPOP-2648:
----------------------------------------

Ah interesting, I validated this locally and can confirm it works as expected

 

Sorry for the issue!

> Translating to python drops limit steps
> ---------------------------------------
>
>                 Key: TINKERPOP-2648
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2648
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: tinkergraph, translator
>    Affects Versions: 3.5.1
>            Reporter: Tom Kolanko
>            Priority: Major
>
> When using PythonTranslator limit steps get dropped in favour of list slice 
> functions
> For example:
> _g.V().outE().inV().path().by(elementMap()).limit(100)_
> gets translated to
> _g.V().outE().inV().path().by(__.elementMap())[0:100]_
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to