-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Percentiles aggregation: disallow specifying same percentile values twice #52257
Percentiles aggregation: disallow specifying same percentile values twice #52257
Conversation
Pinging @elastic/es-analytics-geo (:Analytics/Aggregations) |
@nik9000 would be nice if you can have a look, I requested you because you also reviewed the original PR. Thanks! |
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. It has been a while since I last did it, but I remember you used to have to add something to the docs about the breaking change. Is that still a thing?
53d6c4e
to
e2bf597
Compare
e2bf597
to
9e3ad0e
Compare
Co-Authored-By: Lisa Cawley <[email protected]>
disallows specifying same percentile values twice and throws an exception.
Note: As this is a breaking change, it goes only into 8.0
Related: #51871