Details
Description
The following traversal breaks with a NullPointerException on SparkGraphComputer.
g.V().as("a").properties().select("a").outE().properties("skill").as("b").dedup().select("b").by(__.value()));
I believe it has to do with detachment in Path-data.
Attachments
Issue Links
- is related to
-
TINKERPOP-1128 Change the Gryo serialization for StarGraph (Vertex, Properties, then Edges)
- Closed
- relates to
-
TINKERPOP-1346 Gryo 4.0
- Closed