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(python): Allow is_in values to be given as custom Collection #20801

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented Jan 20, 2025

Closes #20784.

The isinstance check for is_in constraint values was a little too restrictive.

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

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.78%. Comparing base (3696e53) to head (c1f906d).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20801      +/-   ##
==========================================
- Coverage   79.78%   79.78%   -0.01%     
==========================================
  Files        1561     1561              
  Lines      222015   222029      +14     
  Branches     2533     2533              
==========================================
+ Hits       177135   177136       +1     
- Misses      44296    44309      +13     
  Partials      584      584              

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

@ritchie46 ritchie46 merged commit 4a73664 into pola-rs:main Jan 20, 2025
15 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

is_in fails with custom Collection
2 participants