ToLboo commented on issue #2143:
URL: https://github.com/apache/age/issues/2143#issuecomment-2673389559
Thank you for your reply @MuhammadTahaNaveed ! I tested it with the dataset
I provided earlier, and it worked fine. It seems that the issue arises with a
larger dataset (about 12GB). Each time I execute the first VLE statement, such
as:
`SELECT *
FROM cypher('multi_in_1_graph', $$
MATCH path = (cs:CLOSED_SHELL {id: "32722"})-[*1..3]->(el:ADVANCED_FACE)
RETURN el.id AS id, el
$$) AS (id integer, el agtype);`
It throws the error:
> ERROR: insert_vertex_entry: failed due to duplicate SQL
state: XX000
However, when I execute it again, it does not throw the error but returns an
empty result.
--
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]