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

Fix edge case in reading nested parquet #884

Merged
merged 1 commit into from Mar 5, 2022
Merged

Fix edge case in reading nested parquet #884

merged 1 commit into from Mar 5, 2022

Conversation

jorgecarleitao
Copy link
Owner

Closes #852

@codecov
Copy link

codecov bot commented Mar 5, 2022

Codecov Report

Merging #884 (9f44050) into main (3b55eeb) will increase coverage by 0.00%.
The diff coverage is 83.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #884   +/-   ##
=======================================
  Coverage   71.61%   71.61%           
=======================================
  Files         335      335           
  Lines       18212    18213    +1     
=======================================
+ Hits        13042    13043    +1     
  Misses       5170     5170           
Impacted Files Coverage Δ
src/io/parquet/read/deserialize/nested_utils.rs 73.27% <83.33%> (-0.34%) ⬇️
src/compute/arithmetics/time.rs 26.60% <0.00%> (+0.91%) ⬆️

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 3b55eeb...9f44050. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit a4ca023 into main Mar 5, 2022
@jorgecarleitao jorgecarleitao deleted the fix_edge branch March 5, 2022 09:10
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.

Unable to read parquet files with double nested float list
1 participant