You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2015/07/23 02:23:06 UTC

[jira] [Updated] (TINKERPOP3-782) map(Traversal) should declare requirements of child

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

stephen mallette updated TINKERPOP3-782:
----------------------------------------
    Component/s: process

> 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
>          Components: process
>            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)