andygrove opened a new issue, #2420:
URL: https://github.com/apache/arrow-datafusion/issues/2420

   **Describe the bug**
   I am trying to run query `SELECT round(c1/3, 2) FROM aggregate_simple order 
by c1` where `c1` is a decimal. The query fails with `Coercion 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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to