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

Fixed error in writing compressed IPC files #840

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Feb 15, 2022
@codecov
Copy link

codecov bot commented Feb 15, 2022

Codecov Report

Merging #840 (0e2d915) into main (2c4dbb2) will increase coverage by 0.20%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #840      +/-   ##
==========================================
+ Coverage   71.55%   71.75%   +0.20%     
==========================================
  Files         326      327       +1     
  Lines       17643    18004     +361     
==========================================
+ Hits        12624    12919     +295     
- Misses       5019     5085      +66     
Impacted Files Coverage Δ
src/io/ipc/write/common_async.rs 96.66% <ø> (-0.11%) ⬇️
src/io/ipc/write/common_sync.rs 100.00% <ø> (+3.22%) ⬆️
src/io/ipc/compression.rs 92.30% <100.00%> (-0.55%) ⬇️
src/io/ipc/write/serialize.rs 65.46% <100.00%> (ø)
src/bitmap/utils/slice_iterator.rs 86.20% <0.00%> (-1.73%) ⬇️
src/io/ipc/read/stream_async.rs 62.65% <0.00%> (ø)
src/io/parquet/read/binary/basic.rs 79.41% <0.00%> (+0.03%) ⬆️
src/array/utf8/mutable.rs 81.12% <0.00%> (+0.09%) ⬆️
src/bitmap/immutable.rs 88.34% <0.00%> (+0.54%) ⬆️
src/io/parquet/read/dictionary.rs 61.85% <0.00%> (+0.67%) ⬆️
... and 6 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 2c4dbb2...0e2d915. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant