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

Made Avro read API use Block and CompressedBlock #698

Merged
merged 1 commit into from
Dec 22, 2021
Merged

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Dec 22, 2021

Cleans the public API to read from Avro by using the new Block and CompressedBlock API designed as part of #690

See changes to the example to understand how to migrate.

@codecov
Copy link

codecov bot commented Dec 22, 2021

Codecov Report

Merging #698 (98f3082) into main (45e72e9) will decrease coverage by 0.00%.
The diff coverage is 76.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #698      +/-   ##
==========================================
- Coverage   70.36%   70.35%   -0.01%     
==========================================
  Files         308      308              
  Lines       16808    16816       +8     
==========================================
+ Hits        11827    11831       +4     
- Misses       4981     4985       +4     
Impacted Files Coverage Δ
src/io/avro/write/block.rs 66.66% <ø> (+3.03%) ⬆️
src/io/avro/write/mod.rs 91.30% <ø> (ø)
src/io/avro/read/block.rs 59.45% <62.50%> (-11.97%) ⬇️
src/io/avro/read_async/block.rs 78.12% <76.92%> (-4.64%) ⬇️
src/io/avro/read/decompress.rs 81.81% <85.71%> (+1.17%) ⬆️
src/io/avro/mod.rs 66.66% <100.00%> (+66.66%) ⬆️
src/io/avro/read/deserialize.rs 67.22% <100.00%> (+0.56%) ⬆️
src/io/avro/read/mod.rs 80.00% <100.00%> (-1.25%) ⬇️
src/io/parquet/read/nested_utils.rs 78.43% <0.00%> (+0.98%) ⬆️
... and 1 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 45e72e9...98f3082. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant