-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug 94733 geo_line not respecting sort_order (#94734)
* Move unused geoline tests into correct location The original geo_line PR included two yaml test files, one of which was never used. This commit moves that test into the correct place, and fixes a syntax error in the test. * Fix geo_line sort order (#94733) The code was re-sorting to ASC explicitly in the reduce phase. No explanation was given. Removing this extra sort causes the new yaml test to pass. Two failing java tests were fixed by no longer explicitly expected ASC data when order was DESC. * Update docs/changelog/94734.yaml * Improve changelog text * Added test for size in geo_line * Add geo_line sort and limit test
- Loading branch information
1 parent
5e327e2
commit e5f03ad
Showing
6 changed files
with
153 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 94734 | ||
summary: Fix bug where `geo_line` does not respect `sort_order` | ||
area: Geo | ||
type: bug | ||
issues: | ||
- 94733 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 0 additions & 59 deletions
59
x-pack/plugin/spatial/src/test/resources/rest-api-spec/test/50_geoline.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters