MuhammadTahaNaveed opened a new issue, #1030: URL: https://github.com/apache/age/issues/1030
For the question above, neo4j returns the following error ``` MATCH () RETURN * ``` ``` ERROR: RETURN * is not allowed when there are no variables in scope ``` But age generates ``` ERROR: return row and column definition list do not match ``` Should we also generate a proper error message in transformation stage catching this invalid use ? -- 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