vortex-duckdb uses own accumulator for sum since https://github.com/vortex-data/vortex/pull/8645. sum(all null) is 0 in vortex, and that's intended behaviour. However, there's #8705 which adds the aggregate with behavior we want
vortex-duckdb uses own accumulator for sum since #8645.
sum(all null) is 0 in vortex, and that's intended behaviour.
However, there's #8705 which adds the aggregate with behavior we want