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: Fix merge_sorted producing incorrect results or panicking for some logical types #21018

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

lukemanley
Copy link
Contributor

Fixes the cases for Categorical and Decimal.

fixes #20987
fixes #20989
fixes #20990

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 31, 2025
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.20%. Comparing base (96a2d01) to head (9626668).
Report is 26 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21018      +/-   ##
==========================================
- Coverage   79.34%   79.20%   -0.14%     
==========================================
  Files        1579     1583       +4     
  Lines      224319   225116     +797     
  Branches     2573     2581       +8     
==========================================
+ Hits       177976   178310     +334     
- Misses      45755    46216     +461     
- Partials      588      590       +2     

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

Copy link
Collaborator

@coastalwhite coastalwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much!

@coastalwhite coastalwhite merged commit 8837dc8 into pola-rs:main Jan 31, 2025
28 checks passed
@lukemanley lukemanley deleted the fix-merge-sorted branch January 31, 2025 10:43
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