Closed quinnj closed 1 year ago
Merging #443 (8c142ad) into main (3008e7f) will increase coverage by
3.92%
. The diff coverage is89.47%
.
@@ Coverage Diff @@
## main #443 +/- ##
==========================================
+ Coverage 82.98% 86.90% +3.92%
==========================================
Files 25 26 +1
Lines 3214 3298 +84
==========================================
+ Hits 2667 2866 +199
+ Misses 547 432 -115
Impacted Files | Coverage Δ | |
---|---|---|
src/table.jl | 92.75% <89.47%> (+3.41%) |
:arrow_up: |
... and 20 files with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Nightly failures are https://github.com/JuliaLang/julia/pull/49777, which should be resolved soon
We had this functionality w/
Arrow.Stream
, but it's convenient and not that expensive to define it forArrow.Table
as well.Fixes #293.