You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using COPY ... FROM for a relation import file, the error message currently is not clear, if a relation misses a NODE record of its FROM or TO reference given as primary key type UUID . UUID seems to be coerced to a number, which makes debugging and identifyng missing records hard.
$ ./kuzu ./db -i init.cypher
-- Loading resources from init.cypher
Error: Copy exception: Unable to find primary key value 134445561571815692190729028995766145650.
Opening the database at path: ./db in read-write mode.
Enter ":help"for usage hints.
kuzu>
The text was updated successfully, but these errors were encountered:
Kùzu version
v0.8.0
What operating system are you using?
Fedora 40
What happened?
When using
COPY ... FROM
for a relation import file, the error message currently is not clear, if a relation misses aNODE
record of itsFROM
orTO
reference given as primary key typeUUID
. UUID seems to be coerced to a number, which makes debugging and identifyng missing records hard.Are there known steps to reproduce?
Author.csv
Post.csv
has.csv
(
Author
e52545f6-78ca-4d72-a169-adab9f51d272 is missing)init.cypher
Shell
The text was updated successfully, but these errors were encountered: