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

Added support to write to Avro #690

Merged
merged 5 commits into from
Dec 22, 2021
Merged

Added support to write to Avro #690

merged 5 commits into from
Dec 22, 2021

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Dec 17, 2021

This PR adds minimal support to write to Apache Avro.

Things not yet supported:

  • many types
  • compression

@jorgecarleitao jorgecarleitao added the feature A new feature label Dec 17, 2021
@codecov
Copy link

codecov bot commented Dec 17, 2021

Codecov Report

Merging #690 (3828960) into main (4bbbe62) will decrease coverage by 0.12%.
The diff coverage is 59.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #690      +/-   ##
==========================================
- Coverage   70.44%   70.31%   -0.13%     
==========================================
  Files         300      306       +6     
  Lines       16591    16785     +194     
==========================================
+ Hits        11688    11803     +115     
- Misses       4903     4982      +79     
Impacted Files Coverage Δ
src/io/avro/mod.rs 0.00% <ø> (ø)
src/io/avro/read/block.rs 71.42% <ø> (ø)
src/io/avro/read_async/metadata.rs 95.00% <ø> (ø)
src/io/csv/write/mod.rs 69.23% <ø> (ø)
src/io/csv/write/serialize.rs 49.13% <ø> (ø)
src/io/iterator.rs 71.42% <ø> (ø)
src/io/avro/write/serialize.rs 48.54% <48.54%> (ø)
src/io/avro/read/schema.rs 52.63% <50.00%> (-1.06%) ⬇️
src/io/avro/write/schema.rs 54.54% <54.54%> (ø)
src/io/avro/write/header.rs 60.00% <60.00%> (ø)
... and 5 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 4bbbe62...3828960. Read the comment docs.

@jorgecarleitao jorgecarleitao force-pushed the avro_write branch 3 times, most recently from 696981a to 81de974 Compare December 19, 2021 06:57
@jorgecarleitao jorgecarleitao changed the title Added Avro metadata write Added support to write to Avro Dec 20, 2021
@jorgecarleitao jorgecarleitao marked this pull request as ready for review December 20, 2021 07:18
@jorgecarleitao jorgecarleitao force-pushed the avro_write branch 3 times, most recently from a7b17d7 to db80c4c Compare December 20, 2021 20:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant