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

Vector index lookup errors when index is non-covering. #8657

Open
nicktobey opened this issue Dec 10, 2024 · 0 comments
Open

Vector index lookup errors when index is non-covering. #8657

nicktobey opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request good repro Easily reproducible bugs vectors

Comments

@nicktobey
Copy link
Contributor

Steps to repro:

create table test(pk int primary key, c0 int, embedding json);
create vector index vidx on test(embedding);
select c0 from test order by VEC_DISTANCE('[0.0]', embedding);

Error message: ranger iter not allowed for vector partition

Expected behavior: successful query

@timsehn timsehn added enhancement New feature or request good repro Easily reproducible bugs labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good repro Easily reproducible bugs vectors
Projects
None yet
Development

No branches or pull requests

2 participants