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 search_sorted on boolean series #18387

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Aug 26, 2024

Fixes #16943.
Fixes #16476.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Aug 26, 2024
Copy link

codecov bot commented Aug 26, 2024

Codecov Report

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

Project coverage is 79.80%. Comparing base (19a30ed) to head (62239a9).
Report is 5 commits behind head on main.

Files Patch % Lines
crates/polars-ops/src/series/ops/search_sorted.rs 0.00% 18 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18387      +/-   ##
==========================================
- Coverage   79.84%   79.80%   -0.04%     
==========================================
  Files        1496     1497       +1     
  Lines      200338   200397      +59     
  Branches     2841     2841              
==========================================
- Hits       159951   159926      -25     
- Misses      39862    39946      +84     
  Partials      525      525              

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

@ritchie46 ritchie46 merged commit 950e4c3 into pola-rs:main Aug 27, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
2 participants