Skip to content

Commit

Permalink
Ignore numRecords field on remove actions (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton authored Jun 19, 2022
1 parent 649fdce commit 82c1936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ impl Remove {
"size" => {
re.size = record.get_long(i).map(Some).unwrap_or(None);
}
"numRecords" => {}
_ => {
log::warn!(
"Unexpected field name `{}` for remove action: {:?}",
Expand Down

0 comments on commit 82c1936

Please sign in to comment.