MironAtHome commented on issue #1629:
URL: https://github.com/apache/age/issues/1629#issuecomment-1970556683

   Reproduced on both, Windows and Linux.
   Workaround, produces left outer join:
   
   ```
   SELECT * FROM cypher(
   'test_graph'
   , $$
   MATCH (a:vertice1)
   OPTIONAL MATCH (b:vertice2)
   RETURN a, b
   $$
   ) AS (a agtype, b agtype);
   ```


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to