Skip to content

sum(BIGINT) incorrect result in vortex-duckdb #9085

Description

@myrrc

vortex-duckdb uses own accumulator for sum since #8645.

sum(9223372036854775807::BIGINT, 9223372036854775807::BIGINT) is returning NULL as Vortex accumulator can't extend to i128.
Same for sum of minimums.

Metadata

Metadata

Assignees

Labels

bugA bug issueext/duckdbRelates to the DuckDB integration

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions