Skip to content

Commit

Permalink
Skip spatial.AirportsSortCityName before 8.13 (elastic#114795) (elast…
Browse files Browse the repository at this point in the history
…ic#114798)

Fix elastic#114767.

TopN didn't work in this scenario on old versions.
  • Loading branch information
alex-spies authored Oct 15, 2024
1 parent ebcf26f commit 684c66a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ count:long | country:k
1 | Poland
;

airportsSortCityName
airportsSortCityName#[skip:-8.13.3, reason:fixed in 8.13]
FROM airports
| SORT abbrev
| LIMIT 5
Expand Down

0 comments on commit 684c66a

Please sign in to comment.