Skip to content

Commit 98ae6b8

Browse files
committed
More tests adjustments
1 parent fc9ddc1 commit 98ae6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2915,9 +2915,9 @@ required_capability: inlinestats_v11
29152915
FROM sample_data, sample_data_ts_nanos
29162916
| EVAL @timestamp = DATE_TRUNC(1 hour, TO_DATETIME(@timestamp))
29172917
| INLINESTATS count=count(*) BY @timestamp
2918-
| SORT count DESC, @timestamp ASC
29192918
| KEEP count, @timestamp
29202919
| STATS count=count(*) BY @timestamp
2920+
| SORT count DESC, @timestamp ASC
29212921
;
29222922

29232923
count:long | @timestamp:date
@@ -2931,9 +2931,9 @@ required_capability: inlinestats_v11
29312931
FROM sample_data, sample_data_ts_nanos
29322932
| EVAL @timestamp = DATE_TRUNC(1 hour, TO_DATE_NANOS(@timestamp))
29332933
| INLINESTATS count=count(*) BY @timestamp
2934-
| SORT count DESC, @timestamp ASC
29352934
| KEEP count, @timestamp
29362935
| STATS count=count(*) BY @timestamp
2936+
| SORT count DESC, @timestamp ASC
29372937
;
29382938

29392939
count:long | @timestamp:date_nanos

0 commit comments

Comments
 (0)