Stephen Mallette created TINKERPOP-2407:
-------------------------------------------
Summary: Support deserializatio nof a dict that has a dict as a key
Key: TINKERPOP-2407
URL: https://issues.apache.org/jira/browse/TINKERPOP-2407
Project: TinkerPop
Issue Type: Improvement
Components: python
Affects Versions: 3.4.8
Reporter: Stephen Mallette
Assignee: Stephen Mallette
The following traversal will fail for Python as a{{dict}} is not hashable:
{code}
gremlin> g.V().has('person', 'name',
'marko').elementMap("name").groupCount().next()
==>{id=1, label=person, name=marko}=1
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)