opencypher / cypher-for-gremlin

Cypher for Gremlin adds Cypher support to any Gremlin graph database.
Apache License 2.0
356 stars 48 forks source link

Translation error #297

Closed yuzhebj closed 5 years ago

yuzhebj commented 5 years ago

Hello, I have a question about the translation from cypher to gremlin. I have a simple query, like "MATCH (arch:Architecture {_id:'ARCH_ID'}) RETURN arch". But It throws error during the translation.

Following is the error message. java.lang.ClassNotFoundException:org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions

I think this is a very common cypher statement. Could anyone help to point out where I am wrong? Many thanks.

dwitry commented 5 years ago

Hello @yuzhebj,

Related question: #270.

WithOptions were introduced in TinkerPop 3.4.0 and are not supported in:

To address this:

Please let me know if you have any other questions, or close this issue.

yuzhebj commented 5 years ago

@dwitry Thanks for your reply. I changed the translation library version to 0.9.13, and it works now.

dwitry commented 5 years ago

Welcome. Closing issue, as @yuzhebj confirmed that it works. Please open new issue if you have additional questions.