Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #187

Open
1 of 2 tasks
makselivanov opened this issue Sep 4, 2022 · 0 comments
Open
1 of 2 tasks

[BUG] #187

makselivanov opened this issue Sep 4, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@makselivanov
Copy link

Describe the bug

Steps to Reproduce

  • Is the JDBC Driver being used in a BI tool?

I am using 1.1.0 version JDBC with SQL language and connect to Janusgraph Server. I use gremlin version 3.5.3(I change code a little bit for it, only some imports) and java 1.8.0 openjdk.

Problem for Janusgraph that id of edge is RelationIdentifier, which is not Comparable. Because of it, you cant write something like g.E().order(__.unfold().id())

Expected behavior

Dont use order(__.unfold().id) by default

Screenshots

Environment

OS: Ubuntu 20.04

Additional Context

I suggest in file GremlinSqlSelectSingle add order to traversal if only driver get ORDER BY in SQL query

@makselivanov makselivanov added the bug Something isn't working label Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant