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

Added support to write Arrow IPC streams asynchronously #577

Merged
merged 2 commits into from Nov 6, 2021

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Nov 4, 2021

This allows writing arrow format to tokio::io::AsyncWrite.

The next step is to add support to the the read counter-part, to read from the client (e.g. wasm).

@jorgecarleitao jorgecarleitao added the feature A new feature label Nov 4, 2021
@codecov
Copy link

codecov bot commented Nov 4, 2021

Codecov Report

Merging #577 (ca8caa5) into main (83d828c) will increase coverage by 0.03%.
The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #577      +/-   ##
==========================================
+ Coverage   78.94%   78.97%   +0.03%     
==========================================
  Files         395      399       +4     
  Lines       24640    24717      +77     
==========================================
+ Hits        19452    19521      +69     
- Misses       5188     5196       +8     
Impacted Files Coverage Δ
src/io/flight/mod.rs 0.00% <0.00%> (ø)
src/io/ipc/write/common.rs 95.09% <ø> (+0.32%) ⬆️
src/io/ipc/write/stream.rs 72.00% <ø> (ø)
src/io/ipc/write/writer.rs 87.71% <ø> (ø)
src/io/ipc/write/stream_async.rs 73.91% <73.91%> (ø)
src/io/ipc/write/common_async.rs 93.75% <93.75%> (ø)
src/io/ipc/write/common_sync.rs 93.75% <93.75%> (ø)
tests/it/io/ipc/write_async.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 83d828c...ca8caa5. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit c7a802a into main Nov 6, 2021
@jorgecarleitao jorgecarleitao deleted the ipc_async_write branch November 6, 2021 04:23
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.

None yet

1 participant