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

Fixed bug in reading binary parquet #945

Merged
merged 1 commit into from
Apr 13, 2022
Merged

Fixed bug in reading binary parquet #945

merged 1 commit into from
Apr 13, 2022

Conversation

jorgecarleitao
Copy link
Owner

Close #944

@codecov
Copy link

codecov bot commented Apr 13, 2022

Codecov Report

Merging #945 (fb1db61) into main (60130f4) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #945   +/-   ##
=======================================
  Coverage   71.10%   71.10%           
=======================================
  Files         346      346           
  Lines       18956    18956           
=======================================
+ Hits        13478    13479    +1     
+ Misses       5478     5477    -1     
Impacted Files Coverage Δ
src/io/parquet/read/deserialize/binary/basic.rs 81.18% <100.00%> (ø)
src/bitmap/utils/slice_iterator.rs 87.93% <0.00%> (+1.72%) ⬆️

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 60130f4...fb1db61. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 3a85e1b into main Apr 13, 2022
@jorgecarleitao jorgecarleitao deleted the fixed_bug branch April 13, 2022 05:15
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 Parquet binary column panics during deserialization 'attempt to subtract with overflow`
1 participant