Skip to content

Commit

Permalink
Make CONVERT TO DELTA overwrite if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed May 13, 2024
1 parent a313cf6 commit 760f9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/context/delta.rs
Expand Up @@ -336,6 +336,7 @@ impl SeafowlContext {
let table = ConvertToDeltaBuilder::new()
.with_log_store(table_log_store)
.with_table_name(&*table_name)
.with_save_mode(SaveMode::Overwrite)
.with_comment(format!(
"Converted by Seafowl {}",
env!("CARGO_PKG_VERSION")
Expand Down

0 comments on commit 760f9bb

Please sign in to comment.