From d6ea17073cc6c298fe400bc7b002bdb769df3066 Mon Sep 17 00:00:00 2001 From: "Colin P. McCabe" Date: Tue, 30 Sep 2025 11:58:20 -0700 Subject: [PATCH] test --- rust/lancedb/src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/lancedb/src/utils.rs b/rust/lancedb/src/utils.rs index 6ceffa14..b0aea186 100644 --- a/rust/lancedb/src/utils.rs +++ b/rust/lancedb/src/utils.rs @@ -39,7 +39,7 @@ impl PatchStoreParam for Option { let mut params = self.unwrap_or_default(); if params.object_store_wrapper.is_some() { return Err(Error::Other { - message: "can not patch param because object store is already set".into(), + message: "can not patch param because object store is already set.".into(), source: None, }); }