Closed Arty-Maly closed 1 year ago
Patch coverage: 64.28
% and no project coverage change.
Comparison is base (
db87f71
) 83.76% compared to head (fedb075
) 83.77%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@jorgecarleitao I seem to be not able to figure out this IPC test failure, I even reverted my changes and ran it and it still failed. Can you give me some direction to debug this?
I am adding
set_validity
,apply_validity
, andwith_validity
to mutable binary arrays.I am using a macro so it can be reused for other mutable arrays.
The macro for immutable arrays is called:
impl_mut_validity
so I tried sticking with that convention and called itimpl_mutable_array_mut_validity
But if there is a better name to describe this macro I will take it.