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(python): Do not close connection just because we're not returning Arrow data in batches #16031

Closed alexander-beedie closed 2 weeks ago

alexander-beedie commented 2 weeks ago

Fixes some CI failures, following a kuzu version update that exposed an error.

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 (222216a) to head (0a7a305). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16031 +/- ## ========================================== + Coverage 80.91% 80.92% +0.01% ========================================== Files 1385 1385 Lines 178244 178242 -2 Branches 3050 3050 ========================================== + Hits 144229 144249 +20 + Misses 33526 33505 -21 + Partials 489 488 -1 ``` | [Flag](https://app.codecov.io/gh/pola-rs/polars/pull/16031/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/16031/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs) | `74.43% <ø> (+0.02%)` | :arrow_up: | | [rust](https://app.codecov.io/gh/pola-rs/polars/pull/16031/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pola-rs) | `78.14% <ø> (+0.01%)` | :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.