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

refactor: add ability to have pipeline blockers in new streaming engine #17247

Merged
merged 8 commits into from
Jun 29, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Jun 27, 2024

No description provided.

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Jun 27, 2024
Copy link

codecov bot commented Jun 27, 2024

Codecov Report

Attention: Patch coverage is 2.02899% with 338 lines in your changes missing coverage. Please review.

Project coverage is 80.69%. Comparing base (01a65f0) to head (b9faf4a).
Report is 16 commits behind head on main.

Files Patch % Lines
crates/polars-stream/src/execute.rs 0.00% 99 Missing ⚠️
crates/polars-stream/src/nodes/in_memory_map.rs 0.00% 52 Missing ⚠️
crates/polars-stream/src/graph.rs 0.00% 39 Missing ⚠️
crates/polars-stream/src/nodes/map.rs 0.00% 31 Missing ⚠️
...es/polars-stream/src/utils/late_materialized_df.rs 0.00% 26 Missing ⚠️
crates/polars-stream/src/nodes/in_memory_source.rs 0.00% 25 Missing ⚠️
crates/polars-stream/src/nodes/in_memory_sink.rs 0.00% 20 Missing ⚠️
crates/polars-stream/src/nodes/filter.rs 0.00% 12 Missing ⚠️
crates/polars-stream/src/nodes/select.rs 0.00% 12 Missing ⚠️
...rates/polars-stream/src/nodes/simple_projection.rs 0.00% 12 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17247      +/-   ##
==========================================
- Coverage   80.82%   80.69%   -0.13%     
==========================================
  Files        1466     1474       +8     
  Lines      192324   193128     +804     
  Branches     2745     2750       +5     
==========================================
+ Hits       155437   155849     +412     
- Misses      36384    36771     +387     
- Partials      503      508       +5     

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

@ritchie46 ritchie46 merged commit 9d27481 into pola-rs:main Jun 29, 2024
21 checks passed
@c-peters c-peters added the accepted Ready for implementation label Jul 1, 2024
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.

None yet

3 participants