Skip to content

Commit 684c66a

Browse files
authored
Skip spatial.AirportsSortCityName before 8.13 (#114795) (#114798)
Fix #114767. TopN didn't work in this scenario on old versions.
1 parent ebcf26f commit 684c66a

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/spatial.csv-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ count:long | country:k
12031203
1 | Poland
12041204
;
12051205

1206-
airportsSortCityName
1206+
airportsSortCityName#[skip:-8.13.3, reason:fixed in 8.13]
12071207
FROM airports
12081208
| SORT abbrev
12091209
| LIMIT 5

0 commit comments

Comments
 (0)