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 unique(maintain_order=True) raising InvalidOperationError for null array #20737

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

lukemanley
Copy link
Contributor

fixes #20249

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

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.70%. Comparing base (958d00f) to head (3831b6b).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20737      +/-   ##
==========================================
- Coverage   79.75%   79.70%   -0.05%     
==========================================
  Files        1561     1561              
  Lines      221785   221934     +149     
  Branches     2530     2530              
==========================================
+ Hits       176885   176901      +16     
- Misses      44318    44451     +133     
  Partials      582      582              

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

@ritchie46 ritchie46 merged commit 233b396 into pola-rs:main Jan 16, 2025
28 checks passed
@lukemanley lukemanley deleted the null-unique-maintain-order branch January 23, 2025 10:12
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
Development

Successfully merging this pull request may close these issues.

unique(maintain_order=True) fails on null series
2 participants