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 c412540 commit e5c95b7Copy full SHA for e5c95b7
crates/catalog-unity/src/lib.rs
@@ -845,7 +845,8 @@ impl ObjectStoreFactory for UnityCatalogFactory {
845
) -> DeltaResult<(ObjectStoreRef, Path)> {
846
let (table_path, temp_creds) = UnityCatalogBuilder::execute_uc_future(
847
UnityCatalogBuilder::get_uc_location_and_token(table_uri.as_str()),
848
- )?.map_err(UnityCatalogError::from)?;
+ )?
849
+ .map_err(UnityCatalogError::from)?;
850
851
let mut storage_options = options.0.clone();
852
storage_options.extend(temp_creds);
0 commit comments