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: Raise error instead of panic when joining on wildcard/nth #13742

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

stinodego
Copy link
Contributor

Closes #10663

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 15, 2024
@stinodego stinodego marked this pull request as ready for review January 15, 2024 11:22
Copy link
Member

@ritchie46 ritchie46 left a comment

Choose a reason for hiding this comment

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

Good catch!

@stinodego stinodego changed the title fix: Raise error instead of panic when joining on wildcard fix: Raise error instead of panic when joining on wildcard/nth Jan 17, 2024
@stinodego stinodego marked this pull request as draft January 17, 2024 08:39
@stinodego stinodego marked this pull request as ready for review January 17, 2024 08:48
@stinodego stinodego merged commit be04ba2 into main Jan 17, 2024
22 checks passed
@stinodego stinodego deleted the wildcard-err branch January 17, 2024 09:24
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.

Using wildcard as join key leads to panic
2 participants