Skip to content
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

chore: Deprecate the old streaming engine #20949

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

coastalwhite
Copy link
Collaborator

Information on the new streaming engine: #20947.

Information on the new streaming engine: pola-rs#20947.
@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Jan 28, 2025
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.28%. Comparing base (3def63b) to head (ed12996).
Report is 56 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20949      +/-   ##
==========================================
- Coverage   79.30%   79.28%   -0.02%     
==========================================
  Files        1578     1578              
  Lines      224156   224207      +51     
  Branches     2576     2576              
==========================================
+ Hits       177762   177768       +6     
- Misses      45803    45848      +45     
  Partials      591      591              

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

@ritchie46 ritchie46 merged commit ac6960c into pola-rs:main Jan 29, 2025
28 checks passed
@c-peters c-peters added the accepted Ready for implementation label Feb 3, 2025
Comment on lines +77 to +80
The old streaming engine is being deprecated and will soon be replaced by the new streaming \
engine. Starting Polars version 1.23.0 and until the new streaming engine is released, the old \
streaming engine may become less usable. For people who rely on the old streaming engine, it is \
suggested to pin your version to before 1.23.0.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this shows the version of Python Polars, wouldn't there be confusion if this were called on a non-Python API?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we should flag that whole branch with #cfg[feature = "python"].

In rust we don't deprecate and will remove it in a breaking release.

@coastalwhite coastalwhite deleted the chore/deprecate-old-streaming branch February 8, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants