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

Improved MutableFixedSizeBinaryArray #303

Merged
merged 1 commit into from
Aug 20, 2021
Merged

Conversation

jorgecarleitao
Copy link
Owner

  • Added equality
  • More tests
  • &mut [u8] of its values
  • from_data

and more tests.

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

codecov bot commented Aug 20, 2021

Codecov Report

Merging #303 (4238570) into main (bbe607c) will increase coverage by 0.03%.
The diff coverage is 93.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #303      +/-   ##
==========================================
+ Coverage   80.52%   80.55%   +0.03%     
==========================================
  Files         323      323              
  Lines       21135    21193      +58     
==========================================
+ Hits        17019    17073      +54     
- Misses       4116     4120       +4     
Impacted Files Coverage Δ
src/array/fixed_size_binary/iterator.rs 75.00% <82.35%> (+10.71%) ⬆️
src/array/fixed_size_binary/mutable.rs 75.00% <92.85%> (+10.08%) ⬆️
src/array/fixed_size_binary/mod.rs 45.76% <100.00%> (-1.52%) ⬇️
src/array/primitive/mutable.rs 87.09% <100.00%> (ø)
tests/it/array/fixed_size_binary/mutable.rs 100.00% <100.00%> (ø)

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 bbe607c...4238570. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 4f20537 into main Aug 20, 2021
@jorgecarleitao jorgecarleitao deleted the mutable_fixe_size_array branch August 20, 2021 14:44
@jorgecarleitao jorgecarleitao changed the title Improved MutableFixedSizeBinaryArray Improved MutableFixedSizeBinaryArray Aug 24, 2021
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