diff --git a/crates/deltalake-core/src/operations/write.rs b/crates/deltalake-core/src/operations/write.rs index b005284f70..9fbeecf439 100644 --- a/crates/deltalake-core/src/operations/write.rs +++ b/crates/deltalake-core/src/operations/write.rs @@ -526,7 +526,8 @@ impl std::future::IntoFuture for WriteBuilder { match this.predicate { Some(_pred) => { return Err(DeltaTableError::Generic( - "Overwriting data based on predicate is not yet implemented".to_string(), + "Overwriting data based on predicate is not yet implemented" + .to_string(), )); } _ => {