Hyundong-Seo opened a new issue, #365: URL: https://github.com/apache/age/issues/365
 The first time I try the VLE query, I always get an insert_vertex_edge error. A second attempt at the same query executes the query. ``` ldbc=# SELECT * from cypher('test', $$ EXPLAIN ANALYZE MATCH (v:comment)-[e:hascreatorcomment*1..3]->(v2:person) WHERE v.id = '962072674361' RETURN v, v2 $$) as (v agtype, v2 agtype); ERROR: insert_vertex_edge: failed to insert ``` -- 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