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(rust): Correct logic for descending sort of BooleanChunked #17558

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

wence-
Copy link
Collaborator

@wence- wence- commented Jul 10, 2024

@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars labels Jul 10, 2024
Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.52%. Comparing base (a55d9bc) to head (c62911a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17558      +/-   ##
==========================================
+ Coverage   80.49%   80.52%   +0.03%     
==========================================
  Files        1483     1483              
  Lines      195171   195197      +26     
  Branches     2778     2778              
==========================================
+ Hits       157099   157181      +82     
+ Misses      37561    37505      -56     
  Partials      511      511              

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

@ritchie46 ritchie46 merged commit fbc56ff into pola-rs:main Jul 11, 2024
22 checks passed
@wence- wence- deleted the wence/fix/17557 branch July 11, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Descending sort of boolean series flips number of trues and falses
2 participants