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

element() not working in conjunction with edge properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 3.6.2
    • 3.7.0, 3.6.3
    • process
    • None

    Description

      duplicates??

      gremlin> g.E().properties('weight').element()
      ==>e[7][1-knows->2]
      ==>e[8][1-knows->4]
      ==>e[8][1-knows->4]
      ==>e[9][1-created->3]
      ==>e[9][1-created->3]
      ==>e[12][6-created->3]
      

      oh...right...bulking:

      gremlin> g.withoutStrategies(LazyBarrierStrategy).E().properties().element()
      ==>e[7][1-knows->2]
      ==>e[8][1-knows->4]
      ==>e[9][1-created->3]
      ==>e[10][4-created->5]
      ==>e[11][4-created->3]
      ==>e[12][6-created->3]
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: