jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.07k stars 223 forks source link

Improved pargquet nested null deserialization #1477

Closed ritchie46 closed 1 year ago

ritchie46 commented 1 year ago

Pyarrow write empy list with dict states. This extend nested null functionality to support that.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (c676340) 83.72% compared to head (43c1796) 83.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1477 +/- ## ======================================= Coverage 83.72% 83.72% ======================================= Files 389 389 Lines 41813 41811 -2 ======================================= Hits 35007 35007 + Misses 6806 6804 -2 ``` | [Impacted Files](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1477?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao) | Coverage Δ | | |---|---|---| | [src/io/parquet/read/deserialize/null/nested.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1477?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL3BhcnF1ZXQvcmVhZC9kZXNlcmlhbGl6ZS9udWxsL25lc3RlZC5ycw==) | `0.00% <0.00%> (ø)` | | ... and [4 files with indirect coverage changes](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1477/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.