File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2915,9 +2915,9 @@ required_capability: inlinestats_v11
29152915FROM 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
29232923count:long | @timestamp:date
@@ -2931,9 +2931,9 @@ required_capability: inlinestats_v11
29312931FROM 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
29392939count:long | @timestamp:date_nanos
You can’t perform that action at this time.
0 commit comments