CapnSpek commented on issue #1062:
URL: https://github.com/apache/age/issues/1062#issuecomment-1650223731

   Regarding cypher_with.sql / cypher_with.out:
   There is one test that may require some code changes.
   
   It is test at line 87 of cypher_with.sql.
   Or line 130 or cypher_with.out
   
   ```
   SELECT * FROM cypher('cypher_with', $$
       MATCH p = (m)-[*1..2]->(b) 
       WITH p, length(p) AS path_length 
       WHERE path_length > 1 
       RETURN p
   $$) AS (pattern agtype);
   ```
   
   The output is
   ```
   2023-07-25 19:12:07.955 CEST [45148] ERROR:  match_vle_terminal_edge() 
argument 1 must be an agtype integer or a graphid
   2023-07-25 19:12:07.955 CEST [45148] STATEMENT:  SELECT * FROM 
cypher('cypher_with', $$
            MATCH p = (m)-[*1..2]->(b) 
            WITH p, length(p) AS path_length 
            WHERE path_length > 1 
            RETURN p
        $$) AS (pattern agtype);
   ERROR:  match_vle_terminal_edge() argument 1 must be an agtype integer or a 
graphid
   ```
   
   


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