jorgecarleitao / arrow2

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

Added cast LargeBinary -> LargeList<u8> #1497

Closed ritchie46 closed 1 year ago

ritchie46 commented 1 year ago

Continue upon: #1496

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 60.52% and project coverage change: -0.04 :warning:

Comparison is base (fbaf35e) 83.63% compared to head (869d9f4) 83.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1497 +/- ## ========================================== - Coverage 83.63% 83.60% -0.04% ========================================== Files 388 388 Lines 41891 41910 +19 ========================================== + Hits 35036 35038 +2 - Misses 6855 6872 +17 ``` | [Impacted Files](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1497?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao) | Coverage Δ | | |---|---|---| | [src/compute/cast/binary\_to.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1497?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2NvbXB1dGUvY2FzdC9iaW5hcnlfdG8ucnM=) | `81.45% <0.00%> (-7.15%)` | :arrow_down: | | [src/compute/cast/mod.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1497?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2NvbXB1dGUvY2FzdC9tb2QucnM=) | `90.66% <82.14%> (-0.30%)` | :arrow_down: | ... and [4 files with indirect coverage changes](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1497/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.