Files
lancedb/python/python/tests
Wyatt Alt f86b20a564 fix: delete tables from DDB on drop_all_tables (#2194)
Prior to this commit, issuing drop_all_tables on a listing database with
an external manifest store would delete physical tables but leave
references behind in the manifest store. The table drop would succeed,
but subsequent creation of a table with the same name would fail with a
conflict.

With this patch, the external manifest store is updated to account for
the dropped tables so that dropped table names can be reused.
2025-03-10 15:00:53 -07:00
..
2025-03-10 09:01:23 -07:00
2025-01-29 08:27:07 -08:00
2025-03-10 09:01:23 -07:00
2025-03-10 09:01:23 -07:00