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

Runtime exception: idx: 0 of the DiskArray to be accessed is >= numElements in DiskArray0 #2032

Closed
rfdavid opened this issue Sep 14, 2023 · 0 comments

Comments

@rfdavid
Copy link
Collaborator

rfdavid commented Sep 14, 2023

After running the following procedure:

➜  cpp git:(copy_to_parquet) ✗ ./kuzu_shell nullptr
Opened the database at path: nullptr
Enter ":help" for usage hints.
kuzu> create node table EmptyTable (a int64, b int64[], primary key (a));
--------------------------------------------
| result                                   |
--------------------------------------------
| Node table: EmptyTable has been created. |
--------------------------------------------
(1 tuple)
Time: 11.12ms (compiling), 7.38ms (executing)
kuzu> create (e:EmptyTable { a: 41, b: [1,2,3] });
Error: Runtime exception: idx: 0 of the DiskArray to be accessed is >= numElements in DiskArray0.
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

2 participants