kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.07k stars 77 forks source link

Fix issue 3262 #3384

Closed andyfengHKU closed 2 weeks ago

andyfengHKU commented 3 weeks ago

Fix issue #3262.

This bug is within RecursiveJoin where we always write src and dst node according to extend direction. So if we extend in backward, src&dst will appear in wrong order.