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

ASF GitHub Bot commented on TINKERPOP3-782:
-------------------------------------------

GitHub user mhfrantz opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/92

    TINKERPOP3-782 map(Traversal) should declare requirements of child

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/RedSeal-co/incubator-tinkerpop 
TINKERPOP3-782-map-Traversal-should-declare-requirements-of-child

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/92.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #92
    
----
commit 0418543eb24a57d22bec7c9a8b2727f41db988fb
Author: mhfrantz <[email protected]>
Date:   2015-07-23T03:46:57Z

    TINKERPOP3-782: Add repro for map(Traversal) not preserving path

commit 052e55d794bffa93deed5b564d5b56db1f9de75a
Author: mhfrantz <[email protected]>
Date:   2015-07-23T03:54:31Z

    TINKERPOP3-782: Add repro for flatMap(Traversal) not preserving path (new 
FlatMapTest suite)

commit 80c40a60a0ad8f2770bf8061dc683caf243d8462
Author: mhfrantz <[email protected]>
Date:   2015-07-23T04:09:01Z

    TINKERPOP3-782: Implement getRequirements for 
TraversalMapStep/TraversalFlatMapStep

----


> 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
>    Affects Versions: 3.0.0-incubating
>            Reporter: Matt Frantz
>            Assignee: Matt Frantz
>             Fix For: 3.0.1-incubating
>
>
> {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