jorgecarleitao / arrow2

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

feat: Support cast to large list. #1547

Closed reswqa closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage: 20.00% and project coverage change: -0.08% :warning:

Comparison is base (7edf5f9) 83.45% compared to head (9f01bd7) 83.38%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1547 +/- ## ========================================== - Coverage 83.45% 83.38% -0.08% ========================================== Files 388 388 Lines 42150 42200 +50 ========================================== + Hits 35177 35187 +10 - Misses 6973 7013 +40 ``` | [Files Changed](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao) | Coverage Δ | | |---|---|---| | [src/array/binary/mutable.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2FycmF5L2JpbmFyeS9tdXRhYmxlLnJz) | `80.14% <0.00%> (-2.95%)` | :arrow_down: | | [src/array/binary/mutable\_values.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2FycmF5L2JpbmFyeS9tdXRhYmxlX3ZhbHVlcy5ycw==) | `72.55% <0.00%> (-3.54%)` | :arrow_down: | | [src/array/utf8/mutable.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2FycmF5L3V0ZjgvbXV0YWJsZS5ycw==) | `83.79% <0.00%> (-2.65%)` | :arrow_down: | | [src/array/utf8/mutable\_values.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2FycmF5L3V0ZjgvbXV0YWJsZV92YWx1ZXMucnM=) | `77.55% <0.00%> (-3.31%)` | :arrow_down: | | [src/compute/cast/mod.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1547?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2NvbXB1dGUvY2FzdC9tb2QucnM=) | `90.43% <100.00%> (-0.28%)` | :arrow_down: | ... and [6 files with indirect coverage changes](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1547/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: Have feedback on the report? Share it here.