You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vecstore: search all PKs for get full vector index
When we're changing primary keys, it's possible that the PrimaryKey()
isn't actually keyed by the keys embedded as suffixes in the vector
index. Since we need these indexes to be able to execute
vecstore.GetFullVectors(), build the GetFullVectorsFetchSpec using the
first primary key encoded index that has the keys that we have embedded
in our key.
This change addresses a bug discovered during construction of the schema
changer DML injection tests.
Release note: None
0 commit comments