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

Bug: Create + import node table doesn't work in wasm demo #241

Open
royi-luo opened this issue Jan 20, 2025 · 1 comment
Open

Bug: Create + import node table doesn't work in wasm demo #241

royi-luo opened this issue Jan 20, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@royi-luo
Copy link

Kùzu version

latest

What operating system are you using?

Windows 11

What happened?

When I try to use the import data feature to create a new node table + copy, the create table step fails. From the error message it looks like it is trying to execute the contents of the file as cypher to create the node table.

Image

This issue does not happen if I create the node table separately (in the shell) and then import the data into the existing table.

I suspect this issue may have something to do with handling certain characters as I don't run into this issue when importing from CSVs with either no headers or simpler headers such as twitter-nodes.csv and tinysnb/vPerson.csv. Meanwhile, the header for lsqb-sf01/Comment.csv is id:ID(Comment)

Are there known steps to reproduce?

  1. git clone https://github.com/kuzudb/kuzu.git
  2. On the wasm demo, import ${KUZU_ROOT}/dataset/lsqb-sf01/Comment.csv using Create new table
@royi-luo royi-luo added the bug Something isn't working label Jan 20, 2025
@mewim
Copy link
Member

mewim commented Jan 21, 2025

This seems to be an issue of Explorer not generating the correct query. Transferring to the explorer repo.

@mewim mewim transferred this issue from kuzudb/kuzu Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants