JoshInnis commented on a change in pull request #149:
URL: https://github.com/apache/incubator-age/pull/149#discussion_r760374373
##########
File path: src/backend/parser/cypher_gram.y
##########
@@ -118,7 +118,7 @@
/* DELETE clause */
%type <node> delete
-%type <boolean> detach_opt
+%type <boolean> optional_opt detach_opt
Review comment:
The optional_opt should be defined with the rest of the match clause
items starting on line 111,
--
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]