Skip to content

A bug about translating Cypher query to Gremlin query #367

@ljhhuxiaoba

Description

@ljhhuxiaoba

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions