jorgecarleitao / arrow2

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

feat: better error message when reader feather v1 #1528

Closed ritchie46 closed 1 year ago

ritchie46 commented 1 year ago

1524

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 73.68% and project coverage change: -0.02% :warning:

Comparison is base (d5c78e7) 83.45% compared to head (95f7758) 83.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1528 +/- ## ========================================== - Coverage 83.45% 83.43% -0.02% ========================================== Files 388 388 Lines 42128 42137 +9 ========================================== Hits 35159 35159 - Misses 6969 6978 +9 ``` | [Files Changed](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1528?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao) | Coverage Δ | | |---|---|---| | [src/io/ipc/mod.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1528?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL2lwYy9tb2QucnM=) | `100.00% <ø> (ø)` | | | [src/io/ipc/read/file.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1528?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL2lwYy9yZWFkL2ZpbGUucnM=) | `95.59% <40.00%> (-0.84%)` | :arrow_down: | | [src/ffi/array.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1528?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2ZmaS9hcnJheS5ycw==) | `84.27% <77.77%> (-0.02%)` | :arrow_down: | | [src/io/ipc/read/file\_async.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1528?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL2lwYy9yZWFkL2ZpbGVfYXN5bmMucnM=) | `72.01% <100.00%> (ø)` | | | [src/io/ipc/write/file\_async.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1528?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL2lwYy93cml0ZS9maWxlX2FzeW5jLnJz) | `81.75% <100.00%> (ø)` | | | [src/io/ipc/write/writer.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1528?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL2lwYy93cml0ZS93cml0ZXIucnM=) | `89.92% <100.00%> (ø)` | | ... and [4 files with indirect coverage changes](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1528/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.