-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Add hard_bounds support for histogram field-based histograms #64246
Add hard_bounds support for histogram field-based histograms #64246
Conversation
hard_bounds should now support histogram fields, previously hard bounds on histogram fields were ignored. Closes elastic#62124
Pinging @elastic/es-analytics-geo (:Analytics/Aggregations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
} | ||
} | ||
|
||
public void testHardBoundsOnHistogram() throws Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused, is this a different test than the one above it? If so, I'm missing what's different.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it's the same, I will remove it. Thanks for catching it! I was going to turn it this into a histogram field test before I realized that I cannot put it here and it needs to go into x-pack because of dependencies.
@elasticmachine update branch |
…#64246) hard_bounds should now support histogram fields, previously hard bounds on histogram fields were ignored. Closes elastic#62124
hard_bounds should now support histogram fields, previously hard bounds
on histogram fields were ignored.
Closes #62124