Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vam: Fix avg count for nulls #5528

Merged
merged 1 commit into from
Dec 12, 2024
Merged

vam: Fix avg count for nulls #5528

merged 1 commit into from
Dec 12, 2024

Conversation

mattnibs
Copy link
Collaborator

Fix a bug in the vector runtime for the avg aggregation where null values were improperly being counted

Closes #5516

@mattnibs mattnibs requested a review from a team December 11, 2024 21:41
Fix a bug in the vector runtime for the avg aggregation where null
values were improperly being counted

Closes #5516
@mattnibs mattnibs merged commit 42187f8 into main Dec 12, 2024
3 checks passed
@mattnibs mattnibs deleted the vam-fix-avg branch December 12, 2024 17:52
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.

Incorrect avg calculation from vector runtime
2 participants