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

Added support to write Avro async #736

Merged
merged 1 commit into from
Jan 6, 2022
Merged

Added support to write Avro async #736

merged 1 commit into from
Jan 6, 2022

Conversation

jorgecarleitao
Copy link
Owner

This PR complets another milestone: both sync and async support to Avro.

The PR itself is quite simple since most of the operations are already available to us on the sync side of things.

@jorgecarleitao jorgecarleitao added the feature A new feature label Jan 6, 2022
@codecov
Copy link

codecov bot commented Jan 6, 2022

Codecov Report

Merging #736 (a698ea4) into main (e001ba5) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #736      +/-   ##
==========================================
+ Coverage   70.76%   70.79%   +0.03%     
==========================================
  Files         311      313       +2     
  Lines       16879    16899      +20     
==========================================
+ Hits        11944    11964      +20     
  Misses       4935     4935              
Impacted Files Coverage Δ
src/io/avro/mod.rs 66.66% <ø> (ø)
src/io/avro/write/mod.rs 91.66% <100.00%> (+0.75%) ⬆️
src/io/avro/write_async/block.rs 100.00% <100.00%> (ø)
src/io/avro/write_async/mod.rs 100.00% <100.00%> (ø)

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 e001ba5...a698ea4. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 299df30 into main Jan 6, 2022
@jorgecarleitao jorgecarleitao deleted the avro_async_write branch January 6, 2022 19:12
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