MATCH (a:Person)-[:ACTED_IN]->(m:Movie)<-[:ACTED_IN]-(b:Person) WHERE a.name = 'Alice' AND a.ID <> b.ID RETURN DISTINCT b.name;
Previously, loading data required strictly structured COPY commands or complex MATCH / CREATE logic for transformations. v0.1.36 fixed limitations in LOAD FROM to allow for:
movies.csv: id,title,year m1,"Example Movie",2020
March 2024 Focus: Data Integrity, Standard Compliance, and Query Capabilities
To check if your current installation matches the "fixed" version you are looking for, run: import kuzu print(kuzu.version) Use code with caution. Copied to clipboard 5. Troubleshooting Specific Bugs
The team was devastated. This was not the kind of bug they could afford to ship with. Kenji called an emergency meeting to discuss a plan of action. The bug needed to be squashed, and quickly.