safi50 commented on issue #882: URL: https://github.com/apache/age/issues/882#issuecomment-1573565595
The issue you are encountering might be due to the differences between Neo4j and Apache AGE. Apache AGE currently does not support all the features and syntax that Neo4j supports. The `MERGE` statement you are trying to run is not specifying any node labels or properties. In Neo4j, `MERGE ()` is valid and it matches or creates a node without any labels or properties. However, in Apache AGE, this is not the case. Have a look at the docs for [MERGE](https://age.apache.org/age-manual/master/clauses/merge.html#merge) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
