HaoYang670 commented on issue #3666:
URL: 
https://github.com/apache/arrow-datafusion/issues/3666#issuecomment-1305187534

   Not sure while affects it, but this is what I got with the latest commit in 
the master branch
   ```sql
   ❯ select 1::decimal(1,1);
   +----------+
   | Int64(1) |
   +----------+
   | .1       |
   +----------+
   1 row in set. Query took 0.004 seconds.
   ❯ select 10::decimal(2,1);
   +-----------+
   | Int64(10) |
   +-----------+
   | 1.0       |
   +-----------+
   ```


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