Stephen Mallette created TINKERPOP-3197:
-------------------------------------------
Summary: Default order(local) of Map
Key: TINKERPOP-3197
URL: https://issues.apache.org/jira/browse/TINKERPOP-3197
Project: TinkerPop
Issue Type: Improvement
Components: process
Affects Versions: 3.7.4
Reporter: Stephen Mallette
There is no default {{local}} scope ordering on {{Map}}:
{code}
g.V().groupCount().by(label).unfold().order()
{code}
this yields "java.util.HashMap$Node cannot be cast to java.lang.Comparable".
Since we can sort {{Map.Entry}} it seems like this is just an implementation
detail for Java that needs resolution.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)