jorgecarleitao / arrow2

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

Made `num_values` public #1431

Closed b41sh closed 1 year ago

b41sh commented 1 year ago

Made num_values public

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (c9f5264) 83.77% compared to head (a13f96e) 83.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1431 +/- ## ========================================== - Coverage 83.77% 83.76% -0.02% ========================================== Files 375 375 Lines 41024 41024 ========================================== - Hits 34369 34362 -7 - Misses 6655 6662 +7 ``` | [Impacted Files](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1431?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao) | Coverage Δ | | |---|---|---| | [src/io/parquet/write/mod.rs](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1431?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL3BhcnF1ZXQvd3JpdGUvbW9kLnJz) | `88.31% <ø> (ø)` | | | [src/io/parquet/write/nested/rep.rs](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1431?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2lvL3BhcnF1ZXQvd3JpdGUvbmVzdGVkL3JlcC5ycw==) | `99.00% <ø> (ø)` | | ... and [5 files with indirect coverage changes](https://codecov.io/gh/jorgecarleitao/arrow2/pull/1431/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.