MuhammadTahaNaveed opened a new issue, #1611: URL: https://github.com/apache/age/issues/1611
**Describe the bug** List comprehension as property constraint of MERGE clause errors out. **How are you accessing AGE (Command line, driver, etc.)?** - command line **What is the command that caused the error?** ```pgsql SELECT * from cypher('graph_name', $$ MERGE ({list:[u IN [1,2,3]]}) $$) as (a agtype); ``` ``` ERROR: Aggref found in non-Agg plan node ``` **Expected behavior** Should execute without any error. **Environment (please complete the following information):** - Version: latest -- 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: dev-unsubscr...@age.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org