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

core: fix percentile approximation #1715

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

brharrington
Copy link
Contributor

In #1704 the approximation was updated to use doubles instead of longs. As part of that non-finite values were ignored. Before they would be treated as 0. By ignoring them a bad value could potentially be carried forward if it only occurred for a single interval.

In Netflix#1704 the approximation was updated to use doubles
instead of longs. As part of that non-finite values were
ignored. Before they would be treated as 0. By ignoring
them a bad value could potentially be carried forward if
it only occurred for a single interval.
@brharrington brharrington added this to the 1.8.0 milestone Oct 29, 2024
@brharrington brharrington merged commit 80de795 into Netflix:main Oct 29, 2024
5 checks passed
@brharrington brharrington deleted the pct-fix branch October 29, 2024 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant