Merge origin/main into gatekeeper/fix-2325-1

This commit is contained in:
Gatefixer
2026-08-21 08:47:29 +00:00
15 changed files with 58 additions and 25 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ fn fmt_maintained(maintained: &Option<Vec<String>>) -> String {
/// classmethods, then optionally chain `with_maintained_indexes(...)` and
/// `with_writer_config_defaults(...)`. A fresh spec maintains every index the
/// MemWAL supports, resolved on install.
#[pyclass(from_py_object)]
#[pyclass(module = "lancedb._lancedb", from_py_object)]
#[derive(Clone, Debug)]
pub struct LsmWriteSpec {
inner: lancedb::table::LsmWriteSpec,