Skip to content

Commit 73caf5d

Browse files
committed
more deterministic tests
1 parent 89c983d commit 73caf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3037,8 +3037,8 @@ required_capability: inlinestats_v11
30373037
FROM sample_data, sample_data_ts_long
30383038
| EVAL hour = LEFT(TO_STRING(TO_DATETIME(@timestamp)), 13)
30393039
| INLINESTATS count=count(*) BY hour
3040-
| SORT count DESC, hour ASC
30413040
| STATS count_distinct(count) BY count, hour
3041+
| SORT count DESC, hour ASC
30423042
| KEEP count, hour
30433043
;
30443044

0 commit comments

Comments
 (0)