Stephen Mallette created TINKERPOP-2920:
-------------------------------------------
Summary: SubgraphStrategy failure when property key not present on
vertex in by()
Key: TINKERPOP-2920
URL: https://issues.apache.org/jira/browse/TINKERPOP-2920
Project: TinkerPop
Issue Type: Bug
Components: process
Affects Versions: 3.5.5
Reporter: Stephen Mallette
The following triggers the failure assuming "example" isn't present on a vertex:
{code}
g.withStrategies(new SubgraphStrategy(vertexProperties: constant(true))).
V().project("example").by("example")
{code}
Note that {[values('example")}} will work on 3.6.2, but not 3.5.5 which
probably has something to do with differences in {{by()}} handling and
{{ProductiveByStrategy}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)