Skip to content

Commit b23e2e7

Browse files
authored
ES|QL: Fix CsvTests to not break randomized tests (#133643)
1 parent 6e6c4df commit b23e2e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,6 +2534,7 @@ required_capability: tbucket
25342534
FROM sample_data_ts_nanos, sample_data
25352535
| stats x = 1 day + tbucket(1 hour) by b1d = tbucket(1 hour)
25362536
;
2537+
ignoreOrder:true
25372538

25382539
x:date_nanos | b1d:date_nanos
25392540
2023-10-24T13:00:00.000Z | 2023-10-23T13:00:00.000Z

0 commit comments

Comments
 (0)