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

Fixed writing required list to parquet #968

Merged
merged 1 commit into from
Apr 29, 2022
Merged

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Apr 29, 2022

It unfortunately slipped through the tests :(

Closes #967 - thanks @mpetri for the report!

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

codecov bot commented Apr 29, 2022

Codecov Report

Merging #968 (3b641b1) into main (9ecb8ef) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #968      +/-   ##
==========================================
+ Coverage   71.44%   71.47%   +0.02%     
==========================================
  Files         355      355              
  Lines       19572    19580       +8     
==========================================
+ Hits        13984    13994      +10     
+ Misses       5588     5586       -2     
Impacted Files Coverage Δ
src/io/parquet/write/levels.rs 97.05% <100.00%> (+2.37%) ⬆️

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 9ecb8ef...3b641b1. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit e850cf9 into main Apr 29, 2022
@jorgecarleitao jorgecarleitao deleted the fix_write_list branch April 29, 2022 07:03
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.

Write parquet listarray produces incomplete output
1 participant