Support Missing Range Values #44381
Labels
:Analytics/Aggregations
Aggregations
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
While working on #41545 we observed that it's not currently possible to provide missing or scripted values for Range fields. There are two major steps to support this. First off, the parsers need to accept range fields for missing values (complex objects are not currently supported at all). This probably also involves requiring some type information from the user. After that, the
ValuesSourceConfig
and associated classes need to support explicit range missing fields.The text was updated successfully, but these errors were encountered: