Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Bug: loading vector extension twice gives unrelated exception #5127

@sdht0

Description

@sdht0
kuzu> LOAD "extension/vector/build/libvector.kuzu_extension";
Extension: extension/vector/build/libvector.kuzu_extension has been loaded.
(1 tuple)
(1 column)
Time: 1.38ms (compiling), 1.27ms (executing)
kuzu> LOAD "extension/vector/build/libvector.kuzu_extension";
Error: Runtime exception: Auxiliary buffer for index "title_vec_index" is not set.

Need to also test what happens when extensions are statically linked.

Metadata

Metadata

Assignees

Labels

type: bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions