Skip to content

Commit f5233ac

Browse files
committed
Fixed test
1 parent 28229a4 commit f5233ac

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,11 @@ sample unsigned_long
6868
required_capability: agg_values_sample_unsigned_long
6969

7070
FROM ul_logs
71-
| STATS v = MV_SLICE(MV_SORT(SAMPLE(bytes_in, 99)), 3, 5)
72-
| MV_EXPAND v
71+
| STATS v = MV_SLICE(MV_SORT(SAMPLE(bytes_in, 200)), 3, 5)
7372
;
7473

7574
v:ul
76-
0
77-
74330435873664882
78-
154551962150890561
75+
[0, 74330435873664882, 154551962150890561]
7976
;
8077

8178

0 commit comments

Comments
 (0)