dehowef commented on issue #701: URL: https://github.com/apache/age/issues/701#issuecomment-1446685285
The issue seems to lie in transform_cypher_node() in cypher_clause.c -- Because of how previously transformed match clauses are stored in the RTE, they are undetectable by create_property_constraints(). All of previous clauses are pooled into an RTE with the alias "_', and the find_rte() logic responsible detecting previously declared variables cannot produce property_constraints. -- 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]
