From c2eabf2387e11c538e125de2fcfc163af93d1658 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Wed, 3 Apr 2024 21:47:47 -0700 Subject: [PATCH] Fix for bwc test --- .../esql/qa/testFixtures/src/main/resources/stats.csv-spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 62aeb0d03cf3b..63ff054485cfa 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 @@ -1240,7 +1240,7 @@ e: i | f:i | g:l | a:i 10007 | 10007 | 3 | 10007 ; -nestedAggsOverGroupingTwiceWithAlias#[skip:-8.12.99,reason:supported in 8.13] +nestedAggsOverGroupingTwiceWithAlias#[skip:-8.13.99,reason:supported in 8.14] FROM employees | STATS vals = COUNT() BY x = emp_no, x = languages | SORT x