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

Fixed error in reading chunked parquet #1108

Merged
merged 1 commit into from Jun 27, 2022
Merged

Fixed error in reading chunked parquet #1108

merged 1 commit into from Jun 27, 2022

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

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

codecov bot commented Jun 27, 2022

Codecov Report

Merging #1108 (3a025da) into main (88f05bb) will increase coverage by 0.27%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1108      +/-   ##
==========================================
+ Coverage   81.24%   81.51%   +0.27%     
==========================================
  Files         366      366              
  Lines       35336    35891     +555     
==========================================
+ Hits        28707    29258     +551     
- Misses       6629     6633       +4     
Impacted Files Coverage Δ
src/io/parquet/read/deserialize/utils.rs 78.77% <100.00%> (-0.08%) ⬇️
src/io/parquet/read/row_group.rs 99.40% <100.00%> (ø)
src/array/null.rs 42.52% <0.00%> (-3.16%) ⬇️
src/array/list/mod.rs 82.40% <0.00%> (-1.11%) ⬇️
src/io/ipc/read/reader.rs 95.80% <0.00%> (-0.39%) ⬇️
src/ffi/mod.rs 100.00% <0.00%> (ø)
src/array/boolean/mod.rs 81.43% <0.00%> (+0.57%) ⬆️
src/ffi/array.rs 90.59% <0.00%> (+1.38%) ⬆️
src/array/primitive/mod.rs 81.34% <0.00%> (+1.80%) ⬆️
src/array/map/mod.rs 65.30% <0.00%> (+2.21%) ⬆️
... and 8 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 88f05bb...3a025da. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit a11e258 into main Jun 27, 2022
@jorgecarleitao jorgecarleitao deleted the fix_err branch June 27, 2022 09:00
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.

None yet

1 participant