jrgemignani commented on issue #365:
URL: https://github.com/apache/age/issues/365#issuecomment-2050104766

   @avowkind I have modified the VLE to help identify these "dangling" edges -
   
   ```
   fishpond=# load 'age'; set search_path TO ag_catalog;
   LOAD
   SET
   fishpond=# SELECT * FROM cypher('fishpond', $$
   MATCH (p:PropertyType)<-[edge:typeOf*0..]-(node:PropertyType)
   WHERE p.id = 'fish_weight_g'
   RETURN node, edge
   $$) as ( node agtype, edge agtype);
   WARNING:  edge: [id: 3096224744137124, start: 2533274790715812, end: 
1407374883553780, label: featureOfInterest] missing start vertex
   WARNING:  ignored dangling edge
   WARNING:  edge: [id: 3377699720847780, start: 2533274790715812, end: 
2251799813685250, label: in] missing start vertex
   WARNING:  ignored dangling edge
   ```
   
   The remainder of the output was left out. But, the query will run with this 
modification.
   
   I may change some of the wording before it goes to a PR.


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