[
https://issues.apache.org/jira/browse/TINKERPOP-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cole Greer closed TINKERPOP-3005.
---------------------------------
Fix Version/s: 4.0.0
Assignee: Cole Greer
Resolution: Fixed
Resolved by https://github.com/apache/tinkerpop/pull/3458
> Add the ability for property() to take a traversal
> --------------------------------------------------
>
> Key: TINKERPOP-3005
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3005
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.7.0, 3.6.5
> Reporter: Yang Xia
> Assignee: Cole Greer
> Priority: Major
> Fix For: 4.0.0
>
>
> As we have allowed property() to take a map (TINKERPOP-2665), it will be also
> very helpful for property to take in a map produced from the traversal
> stream.
> As a quick example:
> {code:java}
> g.inject(['name':'Baxter']).as('dog').V('dog-1').property(select('dog')){code}
> This would be helpful for when we add as properties from dynamically created
> maps.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)