jorgecarleitao / arrow2

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

Correct for offsets in list json serialization #1475

Closed ritchie46 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 88.96% and no project coverage change.

Comparison is base (07fd3f6) 83.70% compared to head (0a711a1) 83.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1475 +/- ## ======================================= Coverage 83.70% 83.71% ======================================= Files 389 389 Lines 41775 41811 +36 ======================================= + Hits 34969 35002 +33 - Misses 6806 6809 +3 ``` | [Impacted Files](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1475?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao) | Coverage Δ | | |---|---|---| | [src/io/json/write/serialize.rs](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1475?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL2pzb24vd3JpdGUvc2VyaWFsaXplLnJz) | `91.48% <88.81%> (-0.69%)` | :arrow_down: | | [src/io/json/write/mod.rs](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1475?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL2pzb24vd3JpdGUvbW9kLnJz) | `98.59% <100.00%> (ø)` | | | [src/io/ndjson/write/mod.rs](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1475?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL25kanNvbi93cml0ZS9tb2QucnM=) | `97.29% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1475/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.