Skip to content

Commit

Permalink
Add deletion vector
Browse files Browse the repository at this point in the history
  • Loading branch information
Blajda committed Aug 17, 2023
1 parent 3a16bbe commit 164cb87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/operations/merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ async fn execute(
data_change: true,
extended_file_metadata: Some(true),
partition_values: Some(action.partition_values.clone()),
deletion_vector: action.deletion_vector.clone(),
size: Some(action.size),
tags: None,
}))
Expand Down

0 comments on commit 164cb87

Please sign in to comment.