diff --git a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/inlinestats.csv-spec b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/inlinestats.csv-spec index e50c17fcd3d0c..ad8aada9e8d5f 100644 --- a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/inlinestats.csv-spec +++ b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/inlinestats.csv-spec @@ -2950,7 +2950,6 @@ multiIndexIpStringInlinestats_Inline4 required_capability: inline_stats FROM sample_data, sample_data_str -| SORT @timestamp | LIMIT 1000 | INLINE STATS count=count(*) BY client_ip::ip | LIMIT 5 @@ -2959,12 +2958,12 @@ FROM sample_data, sample_data_str | KEEP mc, count, event_duration ; -mc:l | count:l | event_duration:l -5 |2 |1232382 -5 |2 |2764889 -5 |2 |2764889 -5 |2 |3450233 -5 |2 |3450233 +mc:long | count:long | event_duration:long +4 | 8 | 725448 +4 | 8 | 1756467 +4 | 8 | 5033755 +4 | 8 | 8268153 +1 | 2 | 1232382 ; multiIndexWhereIpStringInlinestats