mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-13 15:22:57 +00:00
test
This commit is contained in:
@@ -39,7 +39,7 @@ impl PatchStoreParam for Option<ObjectStoreParams> {
|
||||
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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user