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

Fixed divide by zero on reading empty row group #1062

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Jun 10, 2022

Closed #1060

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

codecov bot commented Jun 10, 2022

Codecov Report

Merging #1062 (51173b4) into main (b0c601e) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1062      +/-   ##
==========================================
- Coverage   81.32%   81.31%   -0.01%     
==========================================
  Files         363      363              
  Lines       34685    34689       +4     
==========================================
  Hits        28206    28206              
- Misses       6479     6483       +4     
Impacted Files Coverage Δ
src/io/parquet/read/deserialize/null.rs 0.00% <0.00%> (ø)

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 b0c601e...51173b4. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 36973f8 into main Jun 10, 2022
@jorgecarleitao jorgecarleitao deleted the fixed_edge branch June 10, 2022 04:49
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 empty parquet leads to divide by zero.
1 participant