library · inferred from evidence
Rust core
The Rust-based core implementation of LanceDB, which the Python SDK migrated to.
- LanceDB db.open_table fails with ArrowInvalid when table lives on Azure Blob Storage (az://)
Maintainer wjones127 confirmed in the thread: Azure Blob Storage reads work through the async API, but the synchronous API does not yet fully support the az:// filesystem because it routes reads through pyarrow.fs, which lacks an Azure file