chore: upgrade lance to v0.37.1-beta.1 (#2682)

This commit is contained in:
Jack Ye
2025-09-25 23:12:09 -07:00
committed by GitHub
parent e07389a36c
commit 13c613d45f
3 changed files with 69 additions and 37 deletions

View File

@@ -728,7 +728,7 @@ impl Database for ListingDatabase {
let target_uri = self.table_uri(&request.target_table_name)?;
source_dataset
.shallow_clone(&target_uri, version_ref, storage_params)
.shallow_clone(&target_uri, version_ref, Some(storage_params))
.await
.map_err(|e| Error::Lance { source: e })?;