Skip to content

feat!: Remove old streaming engine #23103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 6, 2025
Merged

Conversation

orlp
Copy link
Member

@orlp orlp commented Jun 6, 2025

The old streaming engine was experimental, and deprecated for a while now. It started breaking more and more and becoming a maintenance issue, so we're now removing it.

@github-actions github-actions bot added breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Jun 6, 2025
Copy link

codecov bot commented Jun 6, 2025

Codecov Report

Attention: Patch coverage is 53.57143% with 13 lines in your changes missing coverage. Please review.

Project coverage is 80.71%. Comparing base (8387bab) to head (86f27bc).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-plan/src/plans/ir/tree_format.rs 0.00% 4 Missing ⚠️
crates/polars-plan/src/dsl/options/mod.rs 0.00% 2 Missing ⚠️
crates/polars-plan/src/plans/ir/dot.rs 33.33% 2 Missing ⚠️
py-polars/polars/lazyframe/frame.py 50.00% 0 Missing and 2 partials ⚠️
crates/polars-plan/src/plans/functions/mod.rs 0.00% 1 Missing ⚠️
py-polars/polars/_utils/deprecation.py 0.00% 1 Missing ⚠️
py-polars/polars/functions/lazy.py 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #23103      +/-   ##
==========================================
+ Coverage   80.23%   80.71%   +0.48%     
==========================================
  Files        1684     1615      -69     
  Lines      223938   217105    -6833     
  Branches     2809     2809              
==========================================
- Hits       179677   175244    -4433     
+ Misses      43601    41198    -2403     
- Partials      660      663       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ritchie46 ritchie46 merged commit 0e770ec into pola-rs:main Jun 6, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants