Skip to content

Commit 41121ac

Browse files
authored
Skip test with per agg WHERE on older nodes (elastic#116949)
This is technically not needed because on main/9.0 and 8.x/8.17 the nodes have the capability to perform `STATS COUNT() WHERE ...` (no pipe) - but let's add this, anyway, to avoid confusion, be in line with 8.x and avoid issues if we later perform this test in CCQ scenarios. Relates elastic#116947.
1 parent 8f6fe64 commit 41121ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,6 +2468,7 @@ count:long |values:keyword |job_positions:keyword
24682468
;
24692469

24702470
prunedStatsFollowedByStats
2471+
required_capability: per_agg_filtering
24712472
from employees
24722473
| eval my_length = length(concat(first_name, null))
24732474
| stats count = count(my_length) where false,

0 commit comments

Comments
 (0)