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

Fix ignoring missing values in min/max aggregations #48970

Conversation

imotov
Copy link
Contributor

@imotov imotov commented Nov 11, 2019

Fixes the issue when the missing values can be ignored in min/max
due to BKD optimization.

Fixes #48905

Fixes the issue when the missing values can be ignored in min/max
due to BKD optimization.

Fixes elastic#48905
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (:Analytics/Aggregations)

@jimczi jimczi added v7.6.0 and removed v7.5.0 labels Nov 12, 2019
@imotov imotov removed the v7.4.3 label Nov 12, 2019
Copy link
Contributor

@polyfractal polyfractal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the fix!

Copy link
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, LGTM too

@imotov imotov merged commit baa5817 into elastic:master Nov 12, 2019
@mattweber
Copy link
Contributor

@imotov any chance of getting this into 7.4.3 and/or 7.5.0?

imotov added a commit that referenced this pull request Nov 13, 2019
Fixes the issue when the missing values can be ignored in min/max
due to BKD optimization.

Fixes #48905
@imotov
Copy link
Contributor Author

imotov commented Nov 13, 2019

I merged it to master (8.0.0) and 7.x (7.6.0) at the moment. I think we are too late for 7.5.0, but I might be able to backport it to 7.5.1. Not sure if 7.4.3 is going to happen. @jimczi what do you think?

imotov added a commit that referenced this pull request Nov 15, 2019
Fixes the issue when the missing values can be ignored in min/max
due to BKD optimization.

Fixes #48905
@mattweber
Copy link
Contributor

Thanks for the 7.5.0 backport @imotov !

@imotov imotov deleted the issue-48905-fix-ignored-missing-value-in-min-max-aggs branch May 1, 2020 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

missing value not considered in min/max aggregations
6 participants