[Aggregations] Need a deprecation message for the percentiles parameter not allowing duplicate values #65240
Labels
:Analytics/Aggregations
Aggregations
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Summary
When we perform a query in 7.x with an aggregation, the percentiles parameter allows for an array of numbers. As per the docs, in 8.0, all of those values must be unique. Currently, we allow for duplicate values but we should be getting a deprecation warning. There is no warning.
Source
https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-8.0.html#breaking_80_aggregations_changes
How to Test
Run the following query in Dev Console:
Check the deprecation logs for a message.
The text was updated successfully, but these errors were encountered: