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

Add lifetime parameterization to async IPC reader #851

Merged
merged 2 commits into from
Feb 17, 2022

Conversation

sydduckworth
Copy link
Contributor

Closes #850.

Pretty small ergonomic change.

@jorgecarleitao
Copy link
Owner

jorgecarleitao commented Feb 17, 2022

Ahhhh, you won the war I started (and lost a battle with) the compiler. Thank you! 🙇

@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #851 (6c4df8d) into main (107f118) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #851   +/-   ##
=======================================
  Coverage   71.49%   71.49%           
=======================================
  Files         335      335           
  Lines       17910    17910           
=======================================
+ Hits        12804    12805    +1     
+ Misses       5106     5105    -1     
Impacted Files Coverage Δ
src/io/ipc/read/stream_async.rs 62.65% <ø> (ø)
src/compute/arithmetics/time.rs 26.60% <0.00%> (+0.91%) ⬆️

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 107f118...6c4df8d. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 3bb4144 into jorgecarleitao:main Feb 17, 2022
sydduckworth pushed a commit to mindx/arrow2 that referenced this pull request Mar 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add lifetime parameterization to async IPC reader
2 participants