parvit commented on issue #369:
URL: https://github.com/apache/age/issues/369#issuecomment-1340467019

   @jrgemignani So, with respect to the issue_369 test script present in patch, 
if i change:
   ``` ()-[a:foo]->()  ```
   to either:
   ``` (x)-[a:foo]->()  ```
   or
   ``` ()-[a:foo]->(y)  ```
   
   The extension still segfaults, if instead i use:
   ``` (x)-[a:foo]->(y)  ```
   works and outputs like with the patch applied.
   
   Obviously the null check is valid by itself but the question would 
   now be: are anonymous nodes allowed or should they be blocked?
   
   If they are allowed than probably they should have an auto generated name 
attached.
   If they are not then there should be a syntax error triggered before 
evaluation.
   
   Please advise.
   


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

Reply via email to