viirya opened a new issue, #6068: URL: https://github.com/apache/arrow-datafusion/issues/6068
### Is your feature request related to a problem or challenge? After we fixed type coercion for decimal math operation, one remaining issue is current multiply kernel doesn't allow precision-loss computation. It causes decimal multiplication operation easily overflow, e.g., https://github.com/apache/arrow-datafusion/pull/5675/files#r1148798281 https://github.com/apache/arrow-datafusion/pull/5675/files#r1152896889 ### Describe the solution you'd like We should make decimal multiplication allow precision-loss in DataFusion ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
