Skip to content

perf: Add dynamic predicates for TopK#26495

Open
ritchie46 wants to merge 13 commits intomainfrom
dynamic_pred
Open

perf: Add dynamic predicates for TopK#26495
ritchie46 wants to merge 13 commits intomainfrom
dynamic_pred

Conversation

@ritchie46
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

The uncompressed lib size after this PR is 52.6520 MB.

@github-actions
Copy link
Contributor

The uncompressed lib size after this PR is 52.9606 MB.

@github-actions
Copy link
Contributor

The uncompressed lib size after this PR is 53.2151 MB.

@orlp orlp changed the title WIP: Dynamic predicate for TopK perf: Add dynamic predicates for TopK Feb 17, 2026
@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars and removed title needs formatting labels Feb 17, 2026
@github-actions
Copy link
Contributor

The uncompressed lib size after this PR is 53.2149 MB.

@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

❌ Patch coverage is 84.31373% with 32 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.17%. Comparing base (7d83b12) to head (2fd47e2).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-stream/src/nodes/top_k.rs 83.65% 17 Missing ⚠️
.../src/plans/optimizer/predicate_pushdown/dynamic.rs 89.47% 6 Missing ⚠️
...s/polars-plan/src/plans/aexpr/function_expr/mod.rs 40.00% 3 Missing ⚠️
crates/polars-plan/src/plans/builder_ir.rs 0.00% 1 Missing ⚠️
.../polars-plan/src/plans/conversion/dsl_to_ir/mod.rs 0.00% 1 Missing ⚠️
crates/polars-plan/src/plans/ir/format.rs 75.00% 1 Missing ⚠️
crates/polars-plan/src/plans/optimizer/mod.rs 88.88% 1 Missing ⚠️
.../polars-python/src/lazyframe/visitor/expr_nodes.rs 0.00% 1 Missing ⚠️
...rates/polars-python/src/lazyframe/visitor/nodes.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #26495    +/-   ##
========================================
  Coverage   81.17%   81.17%            
========================================
  Files        1792     1793     +1     
  Lines      244511   244691   +180     
  Branches     3078     3078            
========================================
+ Hits       198475   198627   +152     
- Misses      45250    45278    +28     
  Partials      786      786            

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Performance issues or improvements 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

Comments