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: 'cannot cast non numeric any-value to numeric dtype' error #10804

Closed
wants to merge 2 commits into from
Closed

fix: 'cannot cast non numeric any-value to numeric dtype' error #10804

wants to merge 2 commits into from

Conversation

holicc
Copy link

@holicc holicc commented Aug 30, 2023

Recently, I found out that the following SQL statement, SELECT a || ' world' AS a_v2 FROM df, where a is a string, would cause an error: cannot cast non-numeric anyvalue to numeric dtype.

@github-actions github-actions bot added the fix Bug fix label Aug 30, 2023
@stinodego stinodego changed the title fix(rust) 'cannot cast non numeric any-value to numeric dtype' error fix: 'cannot cast non numeric any-value to numeric dtype' error Sep 5, 2023
@github-actions github-actions bot added python Related to Python Polars rust Related to Rust Polars labels Sep 5, 2023
@ritchie46
Copy link
Member

@holicc can you make sure that CI is green? Or if you are not going to continue let us know, then we can clean stale PRs.

@holicc
Copy link
Author

holicc commented Oct 13, 2023

@holicc can you make sure that CI is green? Or if you are not going to continue let us know, then we can clean stale PRs.

Sorry, I have no idea how to fix this.

@holicc holicc closed this Oct 13, 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.

2 participants