-
Notifications
You must be signed in to change notification settings - Fork 260
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
Index out of bounds using lance extension in duckdb v0.7.0 #826
Comments
I tried the same with a smaller dataset created with Pandas
and when i execute the following
i get the following exception
and here is the full trace
|
@changhiskhan any progress on this |
Ok, i can reproduce this, seems only happen on Update: So this query works It seems that here
Fix: When the projected column id is u64::Max, instead pick any (preferably smallest) column instead |
I build the lance duckdb extension using the version
2972ae209fd159b6ff15266d0a457f144029aa60
. I can load the extension in duckdb v0.7.0I then download the
vec_data.lance
dataset froms3://eto-public/datasets/sift/vec_data.lance/
bur when i execute the following selecti get this exception
The text was updated successfully, but these errors were encountered: