You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/09/22 19:33:20 UTC

[jira] [Created] (TINKERPOP-1461) StarGraph has bad detach/attach logic for properties.

Marko A. Rodriguez created TINKERPOP-1461:
---------------------------------------------

             Summary: StarGraph has bad detach/attach logic for properties.
                 Key: TINKERPOP-1461
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1461
             Project: TinkerPop
          Issue Type: Bug
          Components: hadoop, process, structure
    Affects Versions: 3.2.2, 3.1.4
            Reporter: Marko A. Rodriguez


The following traversal breaks with a {{NullPointerException}} on {{SparkGraphComputer}}.

{code}
g.V().as("a").properties().select("a").outE().properties("skill").as("b").dedup().select("b").by(__.value()));
{code}

I believe it has to do with detachment in {{Path}}-data.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)