drauschenbach commented on issue #3666:
URL: https://github.com/apache/datafusion/issues/3666#issuecomment-2452711160

   Fast-forward a few years, and this behavior is back.
   
   ```sql
   select 1::decimal(1, 1);
   Arrow error: Invalid argument error: 10 is too large to store in a 
Decimal128 of precision 1. Max is 9
   
   select 10::decimal(2, 1);
   Arrow error: Invalid argument error: 100 is too large to store in a 
Decimal128 of precision 2. Max is 99
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to