Skip to content

Fix two VectorAggregator null checks.#19086

Open
gianm wants to merge 1 commit intoapache:masterfrom
gianm:fix-ahva
Open

Fix two VectorAggregator null checks.#19086
gianm wants to merge 1 commit intoapache:masterfrom
gianm:fix-ahva

Conversation

@gianm
Copy link
Contributor

@gianm gianm commented Mar 4, 2026

When "rows" is nonnull, we need to use it to index into the null vector and data vector. The prior code was using it for the data vector, but not the null vector.

@gianm gianm mentioned this pull request Mar 4, 2026
10 tasks
@gianm gianm changed the title Fix ApproximateHistogramVectorAggregator null check. Fix two VectorAggregator null checks. Mar 4, 2026
Fixes two bugs in ApproximateHistogramVectorAggregator and
DoubleMeanVectorAggregator.

When "rows" is nonnull, we need to use it to index into the null
vector and data vector. The prior code was using it for the
data vector, but not the null vector.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant