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

Improved MutablePrimitiveArray and MutableUtf8Array #299

Merged
merged 2 commits into from
Aug 19, 2021
Merged

Conversation

jorgecarleitao
Copy link
Owner

  • Added PartialEq
  • Added iter()
  • Added methods to create from iterators

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Aug 18, 2021
@codecov
Copy link

codecov bot commented Aug 18, 2021

Codecov Report

Merging #299 (f0a329e) into main (2e8ba17) will increase coverage by 0.52%.
The diff coverage is 94.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #299      +/-   ##
==========================================
+ Coverage   79.70%   80.23%   +0.52%     
==========================================
  Files         316      316              
  Lines       20996    21067      +71     
==========================================
+ Hits        16735    16903     +168     
+ Misses       4261     4164      -97     
Impacted Files Coverage Δ
src/array/mod.rs 48.24% <ø> (+0.50%) ⬆️
src/array/primitive/iterator.rs 60.00% <60.00%> (ø)
src/array/utf8/mutable.rs 86.29% <92.72%> (+8.13%) ⬆️
src/array/boolean/mutable.rs 86.56% <100.00%> (+20.38%) ⬆️
src/array/primitive/mutable.rs 87.09% <100.00%> (+16.28%) ⬆️
src/array/specification.rs 70.00% <100.00%> (-0.97%) ⬇️
src/array/utf8/from.rs 100.00% <100.00%> (+25.74%) ⬆️
tests/it/array/boolean/mutable.rs 100.00% <100.00%> (ø)
tests/it/array/mod.rs 100.00% <100.00%> (ø)
tests/it/array/primitive/mutable.rs 100.00% <100.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e8ba17...f0a329e. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 8ff8f7d into main Aug 19, 2021
@jorgecarleitao jorgecarleitao deleted the coverage branch August 19, 2021 06:21
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.

1 participant