Skip to content

Commit 6f32325

Browse files
committed
update type
interestingly, it fails in CsvTests, but not in EsqlSpecIT, which accepts MIN(MV_COUNT(integer)) as both long and integer type.
1 parent 1faee2a commit 6f32325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ FROM employees
14181418
| LIMIT 5
14191419
;
14201420

1421-
emp_no:integer |jobs:integer|count:long|min:long
1421+
emp_no:integer |jobs:integer|count:long|min:integer
14221422
10001 |2 |18 |1
14231423
10002 |1 |27 |1
14241424
10003 |null |11 |1

0 commit comments

Comments
 (0)