You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.