[
https://issues.apache.org/jira/browse/TINKERPOP-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette updated TINKERPOP-2407:
----------------------------------------
Summary: Support deserialization of a dict that has a dict as a key (was:
Support deserializatio nof a dict that has a dict as a key)
> Support deserialization of 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
> Priority: Major
>
> 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)