Skip to content
New issue

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

Bug: Index out of bounds when importing to existing table in wasm demo #4749

Open
royi-luo opened this issue Jan 20, 2025 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@royi-luo
Copy link
Collaborator

royi-luo commented Jan 20, 2025

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.

Image

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)

  1. git clone https://github.com/kuzudb/kuzu.git
  2. In the wasm demo, run the following commands in the shell
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);
  1. Import the dataset using the following config. The CSV files are found in ${KUZU_ROOT}/dataset/lsqb-sf01

Image

@royi-luo royi-luo added the bug Something isn't working label Jan 20, 2025
@ray6080 ray6080 mentioned this issue Jan 21, 2025
72 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants