Skip to content

Bug using Gremlin to sort  #290

@choeoe

Description

@choeoe

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)

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions