jrgemignani opened a new pull request, #1725:
URL: https://github.com/apache/age/pull/1725
Fixed issue 1691 where MERGE would incorrectly create multiple vertices.
This only occurred when MERGE was being driven by a previous clause.
NOTE: To be more correct, the issue is with creating duplicate
paths.
The reason this happened was due to the visibility of tuples that were
created during the MERGE instance. It is not possible to add them in to be
rescanned.
Because of this limitation, it required adding the ability to MERGE to know
what path an instance had already created.
Added regression tests.
--
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]