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

Added capacity to some mutable arrays and tests #913

Merged
merged 4 commits into from
Mar 14, 2022
Merged

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Mar 14, 2022
@codecov
Copy link

codecov bot commented Mar 14, 2022

Codecov Report

Merging #913 (33f6521) into main (8b504d9) will increase coverage by 0.69%.
The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #913      +/-   ##
==========================================
+ Coverage   70.50%   71.19%   +0.69%     
==========================================
  Files         346      346              
  Lines       18849    18985     +136     
==========================================
+ Hits        13290    13517     +227     
+ Misses       5559     5468      -91     
Impacted Files Coverage Δ
src/array/primitive/mutable.rs 88.33% <50.00%> (+2.74%) ⬆️
src/array/utf8/mod.rs 71.51% <66.66%> (+6.70%) ⬆️
src/array/fixed_size_binary/iterator.rs 77.77% <100.00%> (+13.49%) ⬆️
src/array/fixed_size_binary/mod.rs 89.13% <100.00%> (+18.80%) ⬆️
src/array/fixed_size_binary/mutable.rs 83.69% <100.00%> (+14.80%) ⬆️
src/io/avro/write/schema.rs 70.45% <0.00%> (-3.84%) ⬇️
src/ffi/schema.rs 68.15% <0.00%> (-0.32%) ⬇️
src/io/avro/read/deserialize.rs 72.03% <0.00%> (+0.84%) ⬆️
src/io/avro/read/schema.rs 74.41% <0.00%> (+1.00%) ⬆️
... and 17 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 8b504d9...33f6521. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 52b3cc5 into main Mar 14, 2022
@jorgecarleitao jorgecarleitao deleted the added_tests branch March 14, 2022 07:31
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