Ladybug version
v0.13.1
What operating system are you using?
Ubuntu 24.04
What happened?
lbug> import database 'dataset/demo-db/parquet';
lbug> MATCH p = (n)-[:LivesIn]->(m:City) WITH nodes(p) AS ns RETURN label(ns[1]);
Causes a segfault. There are a few other bugs linked to:
predictable-labs/ryugraph#2
Are there known steps to reproduce?
No response