Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2648

Translating to python drops limit steps

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 3.5.1
    • None
    • tinkergraph, translator
    • None

    Description

      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]

       

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            tkolanko Tom Kolanko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: