tustvold opened a new issue, #2986: URL: https://github.com/apache/arrow-rs/issues/2986
**Describe the bug** <!-- A clear and concise description of what the bug is. --> Most numeric casts, e.g. Int16 - Int8, are checked and will return an error (or null) on overflow. By contrast the decimal conversions are not. In particular: * decimal to decimal conversion * float to decimal conversion * decimal to integer * integer to decimal **To Reproduce** <!-- Steps to reproduce the behavior: --> **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> **Additional context** <!-- Add any other context about the problem here. --> I believe @viirya intends to work on this, but wanted to create a ticket so it didn't get lost -- 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]
