stephen mallette created TINKERPOP-2100:
-------------------------------------------
Summary: 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
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)