Bert
Bert
### SDK Rust ### Description When calling `Database.table_names`, we return all tables in the database as a Vec. This might be unnecessarily expensive if there are many tables. It would...
- Adds `CheckedCopyObjectStore` wrapper which will check if the source object exists before copying. This ensures that we won't go into an infinite loop due to bug https://github.com/apache/arrow-rs/issues/5503 - Adds...
### LanceDB version v0.10.5 ### What happened? When using external manifest commit handler as well as local MirroredObjectStore, when the reader tries to synchronize the two stores, it's possible the...
### SDK Python ### Description We should allow the remote clients to send custom headers. The nominal use case here is improved observability, where users can inject request/trace IDs which...
Work in progress TODO - [x] improve tests - [ ] support signed types - [x] handle case where buffer is all 0s - [x] handle case where num compressed...
Add an option to WriteParams for a wrapper for the commit handler.
In https://github.com/lancedb/lance/pull/2662 we added support for bitpacking signed integers in LanceV2. In https://github.com/lancedb/lance/pull/2696, an optimization was made to exclude the sign bit if all the values for a signed type...