Description
Bug was originally reported here:
https://stackoverflow.com/q/53482054/1831717
demonstrated as:
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]]
Attachments
Issue Links
- links to