You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Please describe why this is necessary.
The delta protocol states that remove actions have an optional
stats
fieldPresently, this field is missing in
delta_kernel::actions::Remove
.Describe the functionality you are proposing.
Add the
stats
field toRemove
, update theRemoveVisitor
, and add a test to verify thatDataSkippingFilter
correctly filters out remove actions when they do not match a predicate.Check that
Remove
actions are properly filtered in log replay tests for CDFkernel/src/table_changes/log_replay/tests.rs
Additional context
No response
The text was updated successfully, but these errors were encountered: