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
fix(planner): use separate key column indices for scan and lookup schemas
The scan_provider and lookup_provider may have different schemas, so the
key column can be at different indices. Use scan_key_col_idx when reading
scan batches and lookup_key_col_idx for attach_distances on fetched rows.
0 commit comments