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: Filter hive files using predicates in new streaming #21372

Merged
merged 3 commits into from
Feb 21, 2025

Conversation

coastalwhite
Copy link
Collaborator

Supersedes #21242

@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 20, 2025
Copy link

codecov bot commented Feb 20, 2025

Codecov Report

Attention: Patch coverage is 86.80556% with 38 lines in your changes missing coverage. Please review.

Project coverage is 79.91%. Comparing base (401aadd) to head (30db326).
Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
...s/polars-stream/src/nodes/io_sources/multi_scan.rs 88.18% 30 Missing ⚠️
crates/polars-io/src/predicates.rs 0.00% 3 Missing ⚠️
...plan/src/plans/optimizer/predicate_pushdown/mod.rs 40.00% 3 Missing ⚠️
crates/polars-mem-engine/src/predicate.rs 90.00% 1 Missing ⚠️
.../polars-stream/src/nodes/io_sources/parquet/mod.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #21372    +/-   ##
========================================
  Coverage   79.90%   79.91%            
========================================
  Files        1597     1597            
  Lines      228720   228896   +176     
  Branches     2618     2618            
========================================
+ Hits       182762   182920   +158     
- Misses      45359    45377    +18     
  Partials      599      599            

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

@ritchie46
Copy link
Member

A rebase away

@coastalwhite coastalwhite force-pushed the feat/new-streaming-hive-preds branch from c02b0f5 to 30db326 Compare February 21, 2025 08:08
@ritchie46 ritchie46 merged commit fe49a1d into pola-rs:main Feb 21, 2025
27 checks passed
@coastalwhite coastalwhite deleted the feat/new-streaming-hive-preds branch February 21, 2025 09:14
@c-peters c-peters added the accepted Ready for implementation label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants