Jefffrey opened a new issue, #17555: URL: https://github.com/apache/datafusion/issues/17555
### Is your feature request related to a problem or challenge? #17023 introduced support for doing log on decimal 128 & 256 bit. 256 is handled by downcasting to 128 if value can fit in the range, otherwise raising an error. ### Describe the solution you'd like Look into supporting log on decimal 256 values that don't fit into decimal 128 bit. ### Describe alternatives you've considered _No response_ ### Additional context Code reference: https://github.com/apache/datafusion/blob/572c204394786f013b5c49648e3fdb153b7f9f73/datafusion/functions/src/math/log.rs#L129-L138 -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org