diff --git a/rust/src/action.rs b/rust/src/action.rs index 742b7f97cf..3562ef3c05 100644 --- a/rust/src/action.rs +++ b/rust/src/action.rs @@ -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: {:?}",