Open ivancea opened 3 months ago
Pinging @elastic/es-analytical-engine (Team:Analytics)
The SUM() aggregation fix could depend on the improvements listed in https://github.com/elastic/elasticsearch/issues/110443 around the Warnings object.
As SUM depends on MvSum (surrogation), so both should be fixed at the same time to avoid a having different result if folded
Some functions return infinite when doubles overflow. Example (All of them result in Inf/-Inf):
Looks like some remains of https://github.com/elastic/elasticsearch/issues/98698
Functions to fix