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 19, 2023
1 parent bd8db29 commit a176c18
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 a176c18

Please sign in to comment.