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,python): streamline is_in handling of mismatched dtypes and fix a minor regression #11533

Merged

Conversation

alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented Oct 5, 2023

Closes #11523.

Revisits #11427 and cleans things up while addressing the linked regression. Cleaner dtype match branches now, resulting in more obvious (and less) code, with additional is_in test coverage for list dtype.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Oct 5, 2023
@ritchie46 ritchie46 merged commit 205355c into pola-rs:main Oct 5, 2023
24 checks passed
@alexander-beedie alexander-beedie deleted the streamline-mismatched-is-in branch October 5, 2023 13:09
orlp pushed a commit to orlp/polars that referenced this pull request Oct 5, 2023
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.

0.19.7 Regression: InvalidOperationError: is_in cannot check for List(Utf8) values in Utf8 data
2 participants