Skip to content

Commit b00550a

Browse files
committed
fix csv test
1 parent 35485d9 commit b00550a

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/approximate.csv-spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ approximate: true
179179
FROM many_numbers
180180
| WHERE num <= 5
181181
| STATS count=COUNT() BY num
182+
| SORT num
182183
;
183184

184185
count:long | num:integer

0 commit comments

Comments
 (0)