Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1461

StarGraph has bad detach/attach logic for properties.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.1.4, 3.2.2
    • None
    • hadoop, process, structure
    • None

    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

          Activity

            People

              Unassigned Unassigned
              okram Marko A. Rodriguez
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: