pola-rs / polars

Dataframes powered by a multithreaded, vectorized query engine, written in Rust
https://docs.pola.rs
Other
27.25k stars 1.67k forks source link

refactor(rust): Rename `ChunkedArray.chunk_id` to `chunk_lengths` #16273

Closed stinodego closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 73.58491% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 80.82%. Comparing base (11fe9d8) to head (f862ab9).

Files Patch % Lines
crates/polars-core/src/utils/mod.rs 33.33% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16273 +/- ## ========================================== + Coverage 80.80% 80.82% +0.01% ========================================== Files 1393 1393 Lines 179406 179406 Branches 2921 2921 ========================================== + Hits 144971 145003 +32 + Misses 33932 33900 -32 Partials 503 503 ```

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