elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.42k stars 24.57k forks source link

ESQL: Support non-numeric comparable types in aggregations: TOP, MAX, MIN... #109849

Open ivancea opened 2 months ago

ivancea commented 2 months ago

Aggregation TOP_LIST was added in https://github.com/elastic/elasticsearch/pull/109386, with support for the same numeric types MAX and MIN support.

We may need other types here too, like Keywords

elasticsearchmachine commented 2 months ago

Pinging @elastic/es-analytical-engine (Team:Analytics)

nik9000 commented 1 day ago

This is done for MAX and MIN but not for TOP. I'm going to do it.