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: avoid long conversion for percentiles #1704

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

brharrington
Copy link
Contributor

Update percentiles operator to use double values directly rather than coverting to long.

Update percentiles operator to use double values directly
rather than coverting to long.
@brharrington brharrington added this to the 1.8.0 milestone Oct 13, 2024
@brharrington brharrington merged commit ad943f3 into Netflix:main Oct 13, 2024
5 checks passed
@brharrington brharrington deleted the pct-double branch October 13, 2024 22:22
brharrington added a commit to brharrington/atlas that referenced this pull request Oct 29, 2024
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 added a commit that referenced this pull request Oct 29, 2024
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.
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