-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Internal error when negating strings #9060
Comments
I think this would be a reasonable first issue that would teach someone about the datafusion codebase |
Can I help it ? (Or left it as an issue for a new comer) 😃 |
how about we wait a day or two to see if anyone else is interested ? Thank you ! |
🤣That's OK. |
Describe the bug
Negating an string results in an internal error
To Reproduce
However, if the explicit cast is added things work great:
Expected behavior
The query should probably an error that says something like
negate only supports numeric types
Related PR: #8982 can be applied here too
Additional context
No response
The text was updated successfully, but these errors were encountered: