-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
ArcadeDB Version: Arcadedb 21.12.1
JDK Version: 11
OS: windows wsl
I can't sort edges and vertices directly
Expected behavior
return sorted result
Actual behavior
org.apache.tinkerpop.gremlin.driver.exception.ResponseException: class org.apache.tinkerpop.gremlin.arcadedb.structure.ArcadeVertex cannot be cast to class java.lang.Comparable (org.apache.tinkerpop.gremlin.arcadedb.structure.ArcadeVertex is in unnamed module of loader 'app'; java.lang.Comparable is in module java.base of loader 'bootstrap')
Steps to reproduce
use a query: g.E().order().by(asc)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right