-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Type-coercion errors calling round
function with two arguments
#2420
Comments
It seems
I can take this ticket as appropriate. @andygrove Can you assign this issue to me? Thank you. |
Sorry @WinkerDu I just saw your request here, I am hitting this error in multiple places and I created this ticket using |
round
function with two arguments
Unassigned this as it is more than 6 months ago. |
Describe the bug
I am trying to run query
SELECT round(c1/3, 2) FROM aggregate_simple order by c1
wherec1
is a decimal. The query fails withCoercion from [Decimal(29, 23), Int64] to the signature Uniform(1, [Float64, Float32]) failed.
.To Reproduce
Run the query shown above.
Expected behavior
Query should work.
Additional context
None
The text was updated successfully, but these errors were encountered: