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
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
The text was updated successfully, but these errors were encountered:
Steps to repro:
Error message:
ranger iter not allowed for vector partition
Expected behavior: successful query
The text was updated successfully, but these errors were encountered: