Open
Description
Please describe why this is necessary.
The delta protocol states that remove actions have an optional stats
field
Presently, this field is missing in delta_kernel::actions::Remove
.
Describe the functionality you are proposing.
Add the stats
field to Remove
, update the RemoveVisitor
, and add a test to verify that DataSkippingFilter
correctly filters out remove actions when they do not match a predicate.
Check that Remove
actions are properly filtered in log replay tests for CDF kernel/src/table_changes/log_replay/tests.rs
Additional context
No response