File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -286,14 +286,13 @@ median_duration:double | bucket:date
286
286
287
287
bucketByTimeDuration#[skip:-8.13.99, reason:BUCKET extended in 8.14]
288
288
FROM sample_data
289
- | STATS min = MAX (@timestamp), max = MAX(@timestamp) BY bucket = BUCKET(@timestamp, 30 minutes)
289
+ | STATS min = MIN (@timestamp), max = MAX(@timestamp) BY bucket = BUCKET(@timestamp, 30 minutes)
290
290
| SORT min
291
291
;
292
292
293
- min:date | max:date | bucket:date
294
- 2023-10-23T12:27:28.948Z|2023-10-23T12:27:28.948Z|2023-10-23T12:00:00.000Z
295
- 2023-10-23T13:55:01.543Z|2023-10-23T13:55:01.543Z|2023-10-23T13:30:00.000Z
296
-
293
+ min:datetime | max:datetime | bucket:datetime
294
+ 2023-10-23T12:15:03.360Z | 2023-10-23T12:27:28.948Z | 2023-10-23T12:00:00.000Z
295
+ 2023-10-23T13:33:34.937Z | 2023-10-23T13:55:01.543Z | 2023-10-23T13:30:00.000Z
297
296
;
298
297
299
298
aggByTimeDuratinBucket#[skip:-8.13.99, reason:BUCKET extended in 8.14]
You can’t perform that action at this time.
0 commit comments