Matt Frantz created TINKERPOP3-782:
--------------------------------------

             Summary: map(Traversal) should declare requirements of child
                 Key: TINKERPOP3-782
                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-782
             Project: TinkerPop 3
          Issue Type: Bug
            Reporter: Matt Frantz


{noformat}
gremlin> g.V().as('a').map(select('a'))
gremlin> g.withPath().V().as('a').map(select('a'))
==>v[1]
==>v[2]
==>v[3]
==>v[4]
==>v[5]
==>v[6]
{noformat}

Also applies to {{flatMap(Traversal)}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to