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

Fixed error in FixedSizeBinaryArray::new_null #914

Merged
merged 1 commit into from
Mar 14, 2022
Merged

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Mar 14, 2022
@codecov
Copy link

codecov bot commented Mar 14, 2022

Codecov Report

Merging #914 (e86e147) into main (8b504d9) will increase coverage by 0.50%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #914      +/-   ##
==========================================
+ Coverage   70.50%   71.01%   +0.50%     
==========================================
  Files         346      346              
  Lines       18849    19099     +250     
==========================================
+ Hits        13290    13563     +273     
+ Misses       5559     5536      -23     
Impacted Files Coverage Δ
src/array/fixed_size_binary/mod.rs 89.13% <100.00%> (+18.80%) ⬆️
src/io/avro/write/schema.rs 70.45% <0.00%> (-3.84%) ⬇️
src/io/avro/read/deserialize.rs 72.03% <0.00%> (+0.84%) ⬆️
src/io/avro/read/schema.rs 74.41% <0.00%> (+1.00%) ⬆️
src/array/primitive/mod.rs 81.91% <0.00%> (+1.06%) ⬆️
src/array/primitive/mutable.rs 89.42% <0.00%> (+3.83%) ⬆️
src/array/primitive/fmt.rs 68.65% <0.00%> (+4.47%) ⬆️
src/io/avro/write/serialize.rs 81.52% <0.00%> (+5.49%) ⬆️
src/array/utf8/mod.rs 71.95% <0.00%> (+7.14%) ⬆️
src/io/avro/read/nested.rs 59.84% <0.00%> (+8.51%) ⬆️
... and 2 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...e86e147. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 361f107 into main Mar 14, 2022
@jorgecarleitao jorgecarleitao deleted the fix_null branch March 14, 2022 06:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant