diff --git a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec index 86dbf4734da0..11853b5c6180 100644 --- a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec +++ b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec @@ -1428,6 +1428,7 @@ docsStatsSumNestedExpression#[skip:-8.12.99,reason:supported in 8.13+] FROM employees | STATS total_salary_changes = SUM(MV_MAX(salary_change)) // end::docsStatsSumNestedExpression[] +| EVAL total_salary_changes = ROUND(total_salary_changes, 2) ; // tag::docsStatsSumNestedExpression-result[]