Skip to content

Commit 0f292be

Browse files
committed
fix inline stats csv test
1 parent 75e42a8 commit 0f292be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3950,8 +3950,7 @@ from employees
39503950

39513951
inlineStatsOnAggregateMetricDouble
39523952
required_capability: inline_stats
3953-
required_capability: aggregate_metric_double_literal_registered
3954-
required_capability: aggregate_metric_double_convert_to
3953+
required_capability: aggregate_metric_double_v0
39553954
FROM k8s-downsampled
39563955
| EVAL a = TO_AGGREGATE_METRIC_DOUBLE(1) // Temporary workaround to enable aggregate_metric_double
39573956
| INLINE STATS tx_max = MAX(network.eth0.tx) BY pod

0 commit comments

Comments
 (0)