We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4f249 commit fb18456Copy full SHA for fb18456
crates/mount/src/lib.rs
@@ -42,11 +42,11 @@ impl ObjectStoreFactory for MountFactory {
42
url: &Url,
43
config: &StorageConfig,
44
) -> DeltaResult<(ObjectStoreRef, Path)> {
45
- let moutn_config =
+ let mount_config =
46
config::MountConfigHelper::try_new(config.raw.as_mount_options())?.build()?;
47
48
let allow_unsafe_rename = str_is_truthy(
49
- moutn_config
+ mount_config
50
.get(&crate::config::MountConfigKey::AllowUnsafeRename)
51
.unwrap_or(&String::new()),
52
);
0 commit comments