jorgecarleitao / arrow2

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

Fix some typos, toml fmt and clippys #1590

Open b41sh opened 8 months ago

b41sh commented 8 months ago

Fix some typos, toml fmt and clippys

codecov[bot] commented 6 months ago

Codecov Report

Attention: 53 lines in your changes are missing coverage. Please review.

Comparison is base (3ddc6a1) 83.39% compared to head (1cc03f3) 83.30%.

Files Patch % Lines
src/io/parquet/read/deserialize/nested_utils.rs 0.00% 6 Missing :warning:
src/offset.rs 0.00% 6 Missing :warning:
src/array/binary/mod.rs 25.00% 3 Missing :warning:
src/array/dictionary/mod.rs 0.00% 3 Missing :warning:
src/array/fixed_size_binary/mod.rs 25.00% 3 Missing :warning:
src/array/fixed_size_list/mod.rs 25.00% 3 Missing :warning:
src/array/fixed_size_list/mutable.rs 0.00% 3 Missing :warning:
src/array/growable/mod.rs 0.00% 3 Missing :warning:
src/array/list/mod.rs 25.00% 3 Missing :warning:
src/array/list/mutable.rs 0.00% 3 Missing :warning:
... and 7 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1590 +/- ## ========================================== - Coverage 83.39% 83.30% -0.10% ========================================== Files 391 391 Lines 43008 43079 +71 ========================================== + Hits 35867 35886 +19 - Misses 7141 7193 +52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.