Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy rel from csv assertion failed #3274

Closed
ted-wq-x opened this issue Apr 15, 2024 · 0 comments
Closed

Copy rel from csv assertion failed #3274

ted-wq-x opened this issue Apr 15, 2024 · 0 comments

Comments

@ted-wq-x
Copy link
Contributor

I have read and agree to the terms under CLA.md

ERROR

Error: Assertion failed in file ".../src/storage/store/dictionary_chunk.cpp" on line 77: index < offsetChunk->getNumValues()

Reproduce

DataSet

Person:ldbc-sf01/Person.csv
Knows:Person_knows_Person.csv

Sechema

create node table Person (id INT64, firstName STRING, lastName STRING, gender STRING, birthday INT64, creationDate INT64, locationIP STRING, browserUsed STRING, PRIMARY KEY (id)); create rel table knows (FROM Person TO Person,__EXTRAID string, creationDate int64);

ted-wq-x pushed a commit to ted-wq-x/kuzu that referenced this issue Apr 15, 2024
ted-wq-x pushed a commit to ted-wq-x/kuzu that referenced this issue Apr 16, 2024
ted-wq-x added a commit to ted-wq-x/kuzu that referenced this issue Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant