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

A bug about translating Cypher query to Gremlin query #367

Open
ljhhuxiaoba opened this issue Mar 15, 2024 · 0 comments
Open

A bug about translating Cypher query to Gremlin query #367

ljhhuxiaoba opened this issue Mar 15, 2024 · 0 comments

Comments

@ljhhuxiaoba
Copy link

ljhhuxiaoba commented Mar 15, 2024

Java code:
Client gremlinClient = cluster.connect();
CypherGremlinClient translatingGremlinClient = CypherGremlinClient.translating(gremlinClient);
translatingGremlinClient.submit("RETURN [a in [1]|a]");

error message:
SyntaxException: Empty traversal found in the produced translation! This is likely a bug.

@ljhhuxiaoba ljhhuxiaoba changed the title A bug about translating Cypher A bug about translating Cypher to Gremlin Mar 15, 2024
@ljhhuxiaoba ljhhuxiaoba changed the title A bug about translating Cypher to Gremlin A bug about translating Cypher query to Gremlin query Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant