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

Empty keys to group() should group to null

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Done
    • 3.5.0
    • 3.5.0
    • process
    • None

    Description

      With TINKERPOP-2235 in place, null becomes valid to the language which means that we could fix:

      gremlin> g.V().group().by('age')
      The property does not exist as the key has no associated value for the provided element: v[3]:age
      Type ':help' or ':h' for help.
      Display stack trace? [yN]n
      

      so that users dont' need to do added filtering magic to deal with those kinds of exceptions.

      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: