stephen mallette created TINKERPOP-1457:
-------------------------------------------
Summary: Groovy Lambdas for remote traversals not serializable
Key: TINKERPOP-1457
URL: https://issues.apache.org/jira/browse/TINKERPOP-1457
Project: TinkerPop
Issue Type: Bug
Components: io
Affects Versions: 3.2.2
Reporter: stephen mallette
Assignee: stephen mallette
Priority: Critical
Fix For: 3.2.3
Basically, a request like this:
{code}
g.V().hasLabel('person').map(Lambda.function("it.get().value('age') + 10"))
{code}
won't work in 3.2.2.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)