jorgecarleitao / arrow2

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

chore: bump arrow-rs #1460

Closed sundy-li closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.03 :warning:

Comparison is base (73ed7c8) 83.45% compared to head (92acba0) 83.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1460 +/- ## ========================================== - Coverage 83.45% 83.43% -0.03% ========================================== Files 376 376 Lines 41161 41161 ========================================== - Hits 34350 34341 -9 - Misses 6811 6820 +9 ``` [see 6 files with indirect coverage changes](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1460/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?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.

alamb commented 1 year ago

Thank you @sundy-li

The integration IPC test failure on this PR https://github.com/jorgecarleitao/arrow2/actions/runs/4528720649/jobs/7975761365

Appears to also be failing on the main branch (aka not caused by this PR)

Most recent CI run on master seems to fail the same way https://github.com/jorgecarleitao/arrow2/actions/runs/4528720649/jobs/7975761365

jorgecarleitao commented 1 year ago

Thank you! was this also bumped on #1446 by @tustvold and thus this PR is superseeded?