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

Avoid zeroed allocation in reading avro #1127

Merged
merged 1 commit into from
Jun 29, 2022
Merged

Avoid zeroed allocation in reading avro #1127

merged 1 commit into from
Jun 29, 2022

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

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

codecov bot commented Jun 29, 2022

Codecov Report

Merging #1127 (31715ed) into main (81ab424) will increase coverage by 0.00%.
The diff coverage is 92.30%.

@@           Coverage Diff           @@
##             main    #1127   +/-   ##
=======================================
  Coverage   83.37%   83.38%           
=======================================
  Files         367      367           
  Lines       35574    35579    +5     
=======================================
+ Hits        29661    29668    +7     
+ Misses       5913     5911    -2     
Impacted Files Coverage Δ
src/io/avro/read_async/block.rs 87.75% <80.00%> (-1.38%) ⬇️
src/io/avro/read/block.rs 69.09% <100.00%> (ø)
src/io/avro/read/util.rs 96.29% <100.00%> (+0.14%) ⬆️
src/io/avro/read_async/metadata.rs 96.87% <100.00%> (+0.10%) ⬆️
src/io/ipc/read/reader.rs 96.38% <0.00%> (+0.36%) ⬆️
src/bitmap/immutable.rs 81.48% <0.00%> (+0.61%) ⬆️
src/bitmap/utils/slice_iterator.rs 98.78% <0.00%> (+1.21%) ⬆️

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 81ab424...31715ed. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 38ecbb4 into main Jun 29, 2022
@jorgecarleitao jorgecarleitao deleted the read_avro branch June 29, 2022 17:37
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