Jefffrey opened a new issue, #19354: URL: https://github.com/apache/datafusion/issues/19354
### Is your feature request related to a problem or challenge? In scalarvalue it seems we disallow negative scale for multiple functions, e.g. https://github.com/apache/datafusion/blob/775277ae3cef7a97f0ca4868b4ccdfc03e9507ee/datafusion/common/src/scalar/mod.rs#L1676-L1693 ### Describe the solution you'd like Remove these limitations and support decimals with negative scale in ScalarValue ### 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
