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

feat: Pass filter to inner readers in multiscan new streaming #21436

Merged

Conversation

coastalwhite
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Feb 24, 2025
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

Attention: Patch coverage is 87.13450% with 22 lines in your changes missing coverage. Please review.

Project coverage is 80.02%. Comparing base (00a0b87) to head (843ea74).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...s/polars-stream/src/nodes/io_sources/multi_scan.rs 79.06% 9 Missing ⚠️
...polars-mem-engine/src/executors/multi_file_scan.rs 0.00% 6 Missing ⚠️
crates/polars-plan/src/dsl/file_scan.rs 62.50% 3 Missing ⚠️
crates/polars-io/src/predicates.rs 97.75% 2 Missing ⚠️
crates/polars-stream/src/physical_plan/lower_ir.rs 0.00% 1 Missing ⚠️
crates/polars-stream/src/physical_plan/to_graph.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21436      +/-   ##
==========================================
+ Coverage   80.00%   80.02%   +0.01%     
==========================================
  Files        1597     1597              
  Lines      229024   229111      +87     
  Branches     2620     2620              
==========================================
+ Hits       183229   183343     +114     
+ Misses      45196    45169      -27     
  Partials      599      599              

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

@ritchie46 ritchie46 merged commit c37e482 into pola-rs:main Feb 24, 2025
22 checks passed
anath2 pushed a commit to anath2/polars that referenced this pull request Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants