[
https://issues.apache.org/jira/browse/TINKERPOP-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18085478#comment-18085478
]
Stephen Mallette commented on TINKERPOP-3197:
---------------------------------------------
seems to work in 3.8.0 and even back as far as 3.7.3. not sure what i saw here.
> Default order(local) of Map
> ----------------------------
>
> Key: TINKERPOP-3197
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3197
> Project: TinkerPop
> Issue Type: Bug
> Components: process
> Affects Versions: 3.7.4
> Reporter: Stephen Mallette
> Priority: Minor
>
> 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)