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

Fixed error in compressing IPC LZ4 #593

Merged
merged 1 commit into from
Nov 10, 2021
Merged

Fixed error in compressing IPC LZ4 #593

merged 1 commit into from
Nov 10, 2021

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Nov 10, 2021

Closes #590. Thanks @dimasukr for the report!

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Nov 10, 2021
@codecov
Copy link

codecov bot commented Nov 10, 2021

Codecov Report

Merging #593 (03fe941) into main (37a9c75) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #593      +/-   ##
==========================================
+ Coverage   78.97%   78.99%   +0.02%     
==========================================
  Files         400      400              
  Lines       24822    24830       +8     
==========================================
+ Hits        19602    19614      +12     
+ Misses       5220     5216       -4     
Impacted Files Coverage Δ
src/io/ipc/compression.rs 100.00% <100.00%> (+15.78%) ⬆️
src/compute/arithmetics/time.rs 46.93% <0.00%> (+2.04%) ⬆️

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 37a9c75...03fe941. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 30f1bca into main Nov 10, 2021
@jorgecarleitao jorgecarleitao deleted the ipc_lz4 branch November 10, 2021 07:57
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.

Reading compressed file produces an error: failed to fill whole buffer
1 participant