Skip to content

Commit ddc5037

Browse files
authored
Fixes countDistinctWithConditions in csv-spec tests (#135097)
1 parent a17dd74 commit ddc5037

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog/135097.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 135097
2+
summary: Fixes `countDistinctWithConditions` in csv-spec tests
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 134380

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3255,7 +3255,6 @@ required_capability: stats_with_filtered_surrogate_fixed
32553255

32563256
ROW x = [1, 2, 3, 4, 5]
32573257
| MV_EXPAND x
3258-
| EVAL agg_metric = TO_AGGREGATE_METRIC_DOUBLE(x)
32593258
| STATS count1 = COUNT_DISTINCT(x) WHERE x <= 3,
32603259
count2 = COUNT_DISTINCT(x),
32613260
count3 = COUNT_DISTINCT(1) WHERE x <= 3,

0 commit comments

Comments
 (0)