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

   **Describe the bug**
   A clear and concise description of what the bug is.
   
   ```sql
   ❯ select 10.1::decimal(5,1)/a from (values (1),(null)) as t(a);
   +---------------------------+
   | Float64(10.1) / t.a       |
   +---------------------------+
   | 10.0999999999999997902848 |
   |                           |
   +---------------------------+
   2 rows in set. Query took 0.005 seconds.
   ```
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   This should return 10.1
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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