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 FixedSizeList <-> LargeList #1490

Closed ritchie46 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 45.45% and project coverage change: -0.03 :warning:

Comparison is base (6d9290e) 83.70% compared to head (78ff320) 83.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1490 +/- ## ========================================== - Coverage 83.70% 83.67% -0.03% ========================================== Files 389 389 Lines 41853 41874 +21 ========================================== + Hits 35031 35037 +6 - Misses 6822 6837 +15 ``` | [Impacted Files](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1490?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/mod.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1490?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2NvbXB1dGUvY2FzdC9tb2QucnM=) | `90.95% <45.45%> (-2.13%)` | :arrow_down: | ... and [4 files with indirect coverage changes](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1490/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.

sundy-li commented 1 year ago

@ritchie46 Do you know how to fix the error of ci Integration IPC / Flight / Test, I found every pr will fail for this.

ritchie46 commented 1 year ago

Yes, it is not very useful atm. When I have time, I can take a look. Maybe we should turn it off.