pola-rs / polars

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

feat: Convert concat during IR conversion #16016

Closed ritchie46 closed 2 weeks ago

ritchie46 commented 2 weeks ago

Still a few to go.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 80.91%. Comparing base (f03e7e0) to head (2c78e47).

Files Patch % Lines
crates/polars-plan/src/logical_plan/tree_format.rs 0.00% 5 Missing :warning:
...lars-plan/src/logical_plan/conversion/dsl_to_ir.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16016 +/- ## ========================================== - Coverage 80.91% 80.91% -0.01% ========================================== Files 1384 1385 +1 Lines 178226 178225 -1 Branches 3050 3050 ========================================== - Hits 144218 144210 -8 - Misses 33519 33527 +8 + Partials 489 488 -1 ``` | [Flag](https://app.codecov.io/gh/pola-rs/polars/pull/16016/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs) | Coverage Δ | | |---|---|---| | [python](https://app.codecov.io/gh/pola-rs/polars/pull/16016/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs) | `74.39% <89.83%> (+<0.01%)` | :arrow_up: | | [rust](https://app.codecov.io/gh/pola-rs/polars/pull/16016/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs) | `78.13% <89.83%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs#carryforward-flags-in-the-pull-request-comment) to find out more.

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