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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16707483#comment-16707483 ] 

ASF GitHub Bot commented on TINKERPOP-2100:
-------------------------------------------

asfgit closed pull request #1003: TINKERPOP-2100 coalesce() creating unexpected results when used with order()
URL: https://github.com/apache/tinkerpop/pull/1003
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>
> 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)