Subgraph Strategy with vertexProperties + project().by("field name") = crash
Running the following query:
g.withStrategies(new SubgraphStrategy(vertexProperties: constant(true))).V().project("example").by("example")
Results in a crash with obscure error:
At the same time, running it with by(values("example"))
finishes just fine. Why?4 Replies
I think you've uncovered a bug of some sort. At least you have some sort of workaround. You may track this issue here: https://issues.apache.org/jira/browse/TINKERPOP-2920
So, you've checked it yourself and it didn't work for you either?
yep - bug
Oh. Thank you very much.