-
Notifications
You must be signed in to change notification settings - Fork 159
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
comparison on Decimal
dtypes does not work
#2906
Comments
Good catch, tagging it as p1 to mark as a priority |
Unassigning myself as I thought it'd be a quick fix and just add |
For more context, I tried updating So there's definitely some funky stuff happening in our cast logic here. pinging @colin-ho since you recently did some work on cleaning up the casting logic. |
Looks like Addition/subtraction also does not work on decimal dtype |
another issue I just found:
|
closed by: #3143 |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Expected behavior
the where clause should succeed with an implicit cast
should be equivalent to
The text was updated successfully, but these errors were encountered: