Skip to content

Commit abeb667

Browse files
committed
One more test
1 parent 5e998ba commit abeb667

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
// TODO: re-enable the commented tests once the Join functionality stabilizes
33
//
44

5+
allFieldsReturned
6+
required_capability: inlinestats_v7
7+
8+
FROM hosts METADATA _index
9+
| INLINESTATS c = COUNT(*) BY host_group
10+
| SORT c
11+
| LIMIT 1
12+
;
13+
14+
card:keyword | description:text | host:keyword | ip0:ip | ip1:ip |_index:keyword | c:long | host_group:text
15+
eth0 |epsilon gw instance|epsilon |[fe80::cae2:65ff:fece:feb9, fe80::cae2:65ff:fece:fec0, fe80::cae2:65ff:fece:fec1]|fe80::cae2:65ff:fece:fec1|hosts |1 |null
16+
;
17+
518
maxOfInt
619
required_capability: inlinestats_v7
720
// tag::max-languages[]

0 commit comments

Comments
 (0)