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

Cole Greer commented on TINKERPOP-2974:
---------------------------------------

ShuffleGraph tests from [https://github.com/apache/tinkerpop/pull/2150] are 
skipping value map feature tests due to this ordering issue. Once this issue is 
resolved, the shuffle graph tests should no longer skip ValueMap tests.

> `valueMap` step returns properties in random order
> --------------------------------------------------
>
>                 Key: TINKERPOP-2974
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2974
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.5.6, 3.6.4
>            Reporter: Valentyn Kahamlyk
>            Priority: Major
>
> `valueMap` step return properties in random order. In most cases it's not 
> important, but
> but for example this does not allow using `by` modulators correctly.
> In this example I expect to get `name` unfolded, but modulator applied to 
> `location`
> {code:java}
> gremlin> g = TinkerFactory.createTheCrew().traversal()
> ==>graphtraversalsource[tinkergraph[vertices:6 edges:14], standard]
> gremlin> g.V(1).valueMap("location","name").by().by(__.unfold())
> ==>[name:[marko],location:san diego]{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to