[
https://issues.apache.org/jira/browse/TINKERPOP-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16699619#comment-16699619
]
ASF GitHub Bot commented on TINKERPOP-2100:
-------------------------------------------
dkuppitz opened a new pull request #1003: TINKERPOP-2100 coalesce() creating
unexpected results when used with order()
URL: https://github.com/apache/tinkerpop/pull/1003
https://issues.apache.org/jira/browse/TINKERPOP-2100
This PR fixes a bug in `CoalesceStep` which squared the bulk if the step
followed a `Barrier` step.
`docker/build.sh -t -i -n` passed.
VOTE +1
----------------------------------------------------------------
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:
[email protected]
> 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)