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

fix: Allow for respawning of new streaming sinks #20934

Merged

Conversation

coastalwhite
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 27, 2025
@@ -298,7 +298,7 @@ def test_join_on_cast() -> None:
check_dtypes=False,
)
assert df_a.lazy().join(
df_b.lazy(), on=pl.col("a").cast(pl.Int64)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

drive-by: This test was flaky with the new streaming engine

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

Attention: Patch coverage is 0% with 230 lines in your changes missing coverage. Please review.

Project coverage is 79.28%. Comparing base (176268e) to head (3f6a419).
Report is 58 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-stream/src/nodes/io_sinks/parquet.rs 0.00% 84 Missing ⚠️
crates/polars-stream/src/nodes/io_sinks/ipc.rs 0.00% 56 Missing ⚠️
crates/polars-stream/src/nodes/io_sinks/csv.rs 0.00% 54 Missing ⚠️
crates/polars-stream/src/nodes/io_sinks/json.rs 0.00% 36 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20934      +/-   ##
==========================================
- Coverage   79.30%   79.28%   -0.02%     
==========================================
  Files        1578     1578              
  Lines      224109   224194      +85     
  Branches     2574     2574              
==========================================
+ Hits       177728   177755      +27     
- Misses      45790    45848      +58     
  Partials      591      591              

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

@ritchie46 ritchie46 merged commit 5ef082f into pola-rs:main Jan 28, 2025
27 checks passed
@c-peters c-peters added the accepted Ready for implementation label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants