Skip to content

Commit

Permalink
Remove overwrite flag for write
Browse files Browse the repository at this point in the history
As discussed in the PR, it's not clear what this would be useful for.
  • Loading branch information
dispanser committed Oct 13, 2023
1 parent b54c716 commit 7922491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/logstore/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pub trait LogStore {
&self,
version: i64,
actions: Vec<Action>,
overwrite: bool,
) -> DeltaResult<()>;

/// Find latest version currently stored in the delta log.
Expand Down

0 comments on commit 7922491

Please sign in to comment.