You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Daniel Kuppitz (JIRA)" <ji...@apache.org> on 2018/12/03 16:30:00 UTC

[jira] [Closed] (TINKERPOP-2100) coalesce() creating unexpected results when used with order()

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

Daniel Kuppitz closed TINKERPOP-2100.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.3.5
                   3.4.0

> coalesce() creating unexpected results when used with order()
> -------------------------------------------------------------
>
>                 Key: TINKERPOP-2100
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2100
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.3.4
>            Reporter: stephen mallette
>            Assignee: Daniel Kuppitz
>            Priority: Major
>             Fix For: 3.4.0, 3.3.5
>
>
> Bug was originally reported here:
> https://stackoverflow.com/q/53482054/1831717
> demonstrated as:
> {code}
> gremlin> g.V().
> ......1>   hasLabel("person").
> ......2>   out("created").
> ......3>   order().by("name").
> ......4>   coalesce(values("name").fold(), constant("x")).
> ......5>   fold()
> ==>[[lop,lop,lop],[lop,lop,lop],[lop,lop,lop],[ripple]]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)