AdamGS opened a new issue, #17489: URL: https://github.com/apache/datafusion/issues/17489
### Describe the bug I've run into the fact that `Decimal32` doesn't support `sum`. Looking around I've noticed that multiple aggregations don't support decimals (as noted by by [this](https://github.com/apache/datafusion/issues/1545) old issue). The new decimal types also lack a matching `ScalarValue` variant, and I've seen a couple of other places where they will just error. If there is no explicit reason not to support them, I would love to take this issue forward, I already have some code but figured I should make sure I'm not missing something before I move forward. ### To Reproduce _No response_ ### Expected behavior _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: 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