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

Path is not detaching properly under certain conditions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3.6
    • 3.3.7, 3.4.2
    • structure
    • None

    Description

      Detachment is not behaving properly under certain conditions:

      gremlin> client.submit("g.V(1).out().path().by(unfold().fold())").all().get().get(0).getObject().get(0).get(0).properties()
      ==>vp[name->marko]
      ==>vp[age->29]
      

      The embedded List seems to derail the detachment.

      Attachments

        Issue Links

          Activity

            People

              spmallette Stephen Mallette
              spmallette Stephen Mallette
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: