We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
latest wasm version
Windows 11
Got the error index out of bounds when importing data into an existing rel table.
index out of bounds
You may need to repeat the following steps multiple time to reproduce (from my personal experience I could reproduce this >50% of the time)
git clone https://github.com/kuzudb/kuzu.git
create node table Comment (id int64, PRIMARY KEY (id)); create node table Person (id int64, PRIMARY KEY (id)); create rel table Comment_hasCreator_Person (FROM Comment TO Person, MANY_ONE);
${KUZU_ROOT}/dataset/lsqb-sf01
The text was updated successfully, but these errors were encountered:
mewim
acquamarin
No branches or pull requests
Kùzu version
latest wasm version
What operating system are you using?
Windows 11
What happened?
Got the error
index out of bounds
when importing data into an existing rel table.Are there known steps to reproduce?
You may need to repeat the following steps multiple time to reproduce (from my personal experience I could reproduce this >50% of the time)
git clone https://github.com/kuzudb/kuzu.git
${KUZU_ROOT}/dataset/lsqb-sf01
The text was updated successfully, but these errors were encountered: