tugraph-db icon indicating copy to clipboard operation
tugraph-db copied to clipboard

An exception is thrown when executing the Cypher query "MATCH (n0) OPTIONAL MATCH (n0)-->(n1) RETURN *"

Open abc123000111 opened this issue 2 years ago • 0 comments

Describe the bug When I used the Java client to execute the following Cypher query:

MATCH (n0) OPTIONAL MATCH (n0)-->(n1) RETURN *

An exception occurred:

com.alipay.tugraph.TuGraphRpcException: CypherException: Function not implemented yet: AddClause at :211

Expected behavior No error occurs because this Cypher query is syntactically correct and valid and the doc says that "OPTIONAL MATCH is supported" .

Environment:

  • OS: MacOS 10.15.7
  • Version: TuGraph 3.3.0 docker, Java client

abc123000111 avatar Sep 14 '22 02:09 abc123000111