File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,12 +161,12 @@ values supported for geo_point:
161161 - " No limit defined, adding default limit of \\ [.*\\ ]"
162162 esql.query :
163163 body :
164- query : ' FROM geo_points | STATS locations = VALUES(location)'
164+ query : ' FROM geo_points | STATS locations = VALUES(location) | EVAL locations = MV_SORT(TO_STRING(locations)) '
165165 - length : { columns: 1 }
166166 - match : { columns.0.name: locations }
167- - match : { columns.0.type: geo_point }
167+ - match : { columns.0.type: keyword }
168168 - length : { values: 1 }
169- - match : { values.0.0: ["POINT (1.0 - 1.0)", "POINT (- 1.0 1.0)"] }
169+ - match : { values.0.0: ["POINT (- 1.0 1.0)", "POINT (1.0 - 1.0)"] }
170170
171171---
172172cartesian_point :
You can’t perform that action at this time.
0 commit comments