Skip to content

Fix two VectorAggregator null checks.#19086

Merged
gianm merged 1 commit into
apache:masterfrom
gianm:fix-ahva
Mar 6, 2026
Merged

Fix two VectorAggregator null checks.#19086
gianm merged 1 commit into
apache:masterfrom
gianm:fix-ahva

Conversation

@gianm

@gianm gianm commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

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.
@gianm
gianm merged commit 73f2c92 into apache:master Mar 6, 2026
37 checks passed
@gianm
gianm deleted the fix-ahva branch March 6, 2026 20:18
@github-actions github-actions Bot added this to the 37.0.0 milestone Mar 6, 2026
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.

2 participants