scovich commented on PR #9169:
URL: https://github.com/apache/arrow-rs/pull/9169#issuecomment-3750105807

   > I'm possibly missing some context here, but FWIW we already support lossy 
casts for decimals. 
   
   As in, losing precision in e.g. `Decimal(6, 4)` -> `Decimal(4, 2)` Just 
Works (rounding to zero)? What about something like `Decimal(6, 2)` -> 
`Decimal(4, 2)`? Presumably that would have to become error/null if the value 
doesn't fit in four digits?
   


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