We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704b504 commit 6661715Copy full SHA for 6661715
docs/changelog/135097.yaml
@@ -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
@@ -3255,7 +3255,6 @@ required_capability: stats_with_filtered_surrogate_fixed
3255
3256
ROW x = [1, 2, 3, 4, 5]
3257
| MV_EXPAND x
3258
-| EVAL agg_metric = TO_AGGREGATE_METRIC_DOUBLE(x)
3259
| STATS count1 = COUNT_DISTINCT(x) WHERE x <= 3,
3260
count2 = COUNT_DISTINCT(x),
3261
count3 = COUNT_DISTINCT(1) WHERE x <= 3,
0 commit comments