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!: delta index fragment bitmaps contained previous index coverage (lancedb#3377)
BREAKING CHANGE: delta index fragment bitmaps will now only contain the
fragment ids covered by the delta, not the full index. To get the full
bitmap, make sure to union with all index segments with the same name.
Old datasets will still show previous fragment ids, until a write is
done, which forces a migration. **If corrupted fragment ids are present
in a dataset, then the `dataset.index_statistics` will return an error.
Before using `dataset.index_statistics()`, call `dataset.validate()` to
check the integrity and use `dataset.delete("false")` to force a
migration.**
Fixeslancedb#3374
0 commit comments