Daniel Kuppitz created TINKERPOP3-918:
-----------------------------------------
Summary: ComputerVerificationStrategy is too restrictive
Key: TINKERPOP3-918
URL: https://issues.apache.org/jira/browse/TINKERPOP3-918
Project: TinkerPop 3
Issue Type: Bug
Components: process
Affects Versions: 3.1.0-incubating
Reporter: Daniel Kuppitz
Assignee: Marko A. Rodriguez
Fix For: 3.1.0-incubating
{code}
gremlin> g.V().local(bothE().values("weight").fold())
==>[0.4, 0.5, 1.0]
==>[0.5]
==>[0.4, 0.4, 0.2]
==>[1.0, 0.4, 1.0]
==>[1.0]
==>[0.2]
gremlin> g.V().local(bothE().values("weight").fold()).order().by(sum(local),
decr)
A final CollectingBarrierStep can not process an element beyond its id:
OrderGlobalStep([decr([SumLocalStep])])
Display stack trace? [yN]
{code}
I'm not trying to process an element beyond its id.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)