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

Multiple by() modulators lead to unexpected behavior

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.6.7
    • None
    • process
    • None

    Description

      gremlin> g.V().out().groupCount().by('lang')
      ==>[java:4]
      gremlin> g.V().out().groupCount().by('lang').by('age')
      ==>[32:1,27:1]
      gremlin> g.V().out().groupCount().by('age')
      ==>[32:1,27:1]
      gremlin> g.V().out().groupCount().by('lang').by('age').by('lang')
      ==>[java:4]
      

      This might be an issue for other steps beyond groupCount().

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: