Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Added impl_mutable_array_mut_validity macro for mutable arrays #1435

Merged

Conversation

Arty-Maly
Copy link
Contributor

@Arty-Maly Arty-Maly commented Mar 16, 2023

I am adding set_validity, apply_validity, and with_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 it impl_mutable_array_mut_validity But if there is a better name to describe this macro I will take it.

@Arty-Maly Arty-Maly changed the title Created mut_validity macro for mutable arrays Created impl_mutable_array_mut_validity macro for mutable arrays Mar 16, 2023
@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

Patch coverage: 64.28% and no project coverage change.

Comparison is base (db87f71) 83.76% compared to head (fedb075) 83.77%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1435   +/-   ##
=======================================
  Coverage   83.76%   83.77%           
=======================================
  Files         375      375           
  Lines       41024    41038   +14     
=======================================
+ Hits        34364    34379   +15     
+ Misses       6660     6659    -1     
Impacted Files Coverage Δ
src/array/binary/mutable.rs 83.08% <ø> (ø)
src/array/mod.rs 72.00% <64.28%> (-0.52%) ⬇️

... and 6 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Arty-Maly Arty-Maly force-pushed the binary_arrray_apply_validity branch from 470f0d3 to fcfad02 Compare March 16, 2023 21:50
@Arty-Maly Arty-Maly changed the title Created impl_mutable_array_mut_validity macro for mutable arrays WIP: Created impl_mutable_array_mut_validity macro for mutable arrays Mar 16, 2023
@Arty-Maly Arty-Maly force-pushed the binary_arrray_apply_validity branch 2 times, most recently from db39641 to e257551 Compare March 16, 2023 23:41
@Arty-Maly Arty-Maly changed the title WIP: Created impl_mutable_array_mut_validity macro for mutable arrays Created impl_mutable_array_mut_validity macro for mutable arrays Mar 16, 2023
@Arty-Maly
Copy link
Contributor Author

@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?

@Arty-Maly Arty-Maly closed this Mar 17, 2023
@Arty-Maly Arty-Maly force-pushed the binary_arrray_apply_validity branch from e257551 to db87f71 Compare March 17, 2023 02:37
@Arty-Maly Arty-Maly reopened this Mar 17, 2023
@Arty-Maly Arty-Maly force-pushed the binary_arrray_apply_validity branch from 91ce393 to fedb075 Compare March 17, 2023 03:20
@jorgecarleitao jorgecarleitao changed the title Created impl_mutable_array_mut_validity macro for mutable arrays Added impl_mutable_array_mut_validity macro for mutable arrays Mar 22, 2023
@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Mar 22, 2023
@jorgecarleitao jorgecarleitao merged commit f16900a into jorgecarleitao:main Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement An improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants