[ https://issues.apache.org/jira/browse/TINKERPOP-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stephen Mallette closed TINKERPOP-2351. --------------------------------------- Fix Version/s: 3.4.7 3.3.11 3.5.0 Resolution: Fixed > Local Map ordering of keys can generate cast errors > --------------------------------------------------- > > Key: TINKERPOP-2351 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2351 > Project: TinkerPop > Issue Type: Bug > Components: process > Affects Versions: 3.3.10 > Reporter: Stephen Mallette > Assignee: Stephen Mallette > Priority: Minor > Fix For: 3.5.0, 3.3.11, 3.4.7 > > > The issue is that if the {{Map}} contains enums like {{T}} it doesn't play > well with non-enum keys that are typically integrated in there when using > something like {{elementMap()}} or {{valueMap()}}: > {code} > gremlin> g.V().valueMap(true).order(local).by(keys,desc) > java.lang.String cannot be cast to java.lang.Enum > Type ':help' or ':h' for help. > Display stack trace? [yN]n > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)