Run pip install kuzu==0.136.1 or rebuild from tag v0.136-fixed today. Your graph queries—and your server’s stability—will thank you.
MATCH (a:Person)-[:ACTED_IN]->(m:Movie)<-[:ACTED_IN]-(b:Person) WHERE a.name = 'Alice' AND a.ID <> b.ID RETURN DISTINCT b.name; kuzu v0 136 fixed
Introduced caching for prepared statements in the client context to reduce query overhead. Run pip install kuzu==0
// src/include/processor/operator/recursive_join.h class RecursiveJoinIterator - AdjListIterator* current_adj_iter; + std::unique_ptr<AdjListIterator> current_adj_iter; b.ID RETURN DISTINCT b.name