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

Value modulator of the group step picks only a single element in some cases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 3.6.0
    • None
    • process
    • None

    Description

      As shown below, the value modulator of a group step ignores all but one record in some cases.

      gremlin> g = TinkerFactory.createModern().traversal();
      ==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
      gremlin> g.V().group().by('lang')
      ==>[java:[v[3],v[5]]]
      gremlin> g.V().group().by('lang').by('name')
      ==>[java:[lop,ripple]]
      gremlin> g.V().group().by('lang').by(valueMap('name'))
      ==>[java:[name:[ripple]]]
      gremlin>

      Attachments

        Activity

          People

            Unassigned Unassigned
            pradyumna Pradyumna
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: