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

Support deserialization of a dict that has a dict as a key

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Done
    • 3.4.8
    • 3.5.0
    • python
    • None

    Description

      The following traversal will fail for Python as a{{dict}} is not hashable:

      gremlin> g.V().has('person', 'name', 'marko').elementMap("name").groupCount().next()
      ==>{id=1, label=person, name=marko}=1
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: