kuzu
kuzu copied to clipboard
Bug: Segmentation fault on v0.6.0
Kùzu version
v0.6.0
What operating system are you using?
Ubuntu 22.04
What happened?
MATCH (n1:L1:L2)-[]-(n2:L4:L5) RETURN COUNT(*)
=> 42
MATCH (n2:L4:L5)-[]-(n1:L1:L2) RETURN COUNT(*)
=> Segmentation fault (core dumped)
The graph data can be generated by the following file create.log
Are there known steps to reproduce?
No response