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

fix: Fix CSE case where upper plan has no projection #16011

Closed ritchie46 closed 2 weeks ago

ritchie46 commented 2 weeks ago

fixes #15980

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.92%. Comparing base (5062732) to head (ac852e4). Report is 4 commits behind head on main.

:exclamation: Current head ac852e4 differs from pull request most recent head 72448b2. Consider uploading reports for the commit 72448b2 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16011 +/- ## =========================================== + Coverage 55.42% 80.92% +25.50% =========================================== Files 1180 1384 +204 Lines 152602 178198 +25596 Branches 0 3050 +3050 =========================================== + Hits 84573 144214 +59641 + Misses 68029 33497 -34532 - Partials 0 487 +487 ``` | [Flag](https://app.codecov.io/gh/pola-rs/polars/pull/16011/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/16011/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs) | `74.43% <100.00%> (?)` | | | [rust](https://app.codecov.io/gh/pola-rs/polars/pull/16011/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs) | `78.14% <100.00%> (+22.72%)` | :arrow_up: | 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.