Skip to content

Commit

Permalink
Fixed failing tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner committed Nov 22, 2023
1 parent d0b2548 commit 0e53a7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,8 @@ geo_point:
- { "location": "POINT(1 -1)" }

- do:
warnings:
- "No limit defined, adding default limit of [500]"
esql.query:
body:
query: 'from test'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ unsupported with sort:
- match: { columns.7.name: float_range }
- match: { columns.7.type: unsupported }
- match: { columns.8.name: geo_point }
- match: { columns.8.type: unsupported }
- match: { columns.8.type: geo_point }
- match: { columns.9.name: geo_point_alias }
- match: { columns.9.type: unsupported }
- match: { columns.9.type: geo_point }
- match: { columns.10.name: histogram }
- match: { columns.10.type: unsupported }
- match: { columns.11.name: integer_range }
Expand Down Expand Up @@ -341,8 +341,8 @@ unsupported with sort:
- match: { values.0.5: null }
- match: { values.0.6: null }
- match: { values.0.7: null }
- match: { values.0.8: null }
- match: { values.0.9: null }
- match: { values.0.8: "POINT (9.999999990686774 11.999999997206032)" }
- match: { values.0.9: "POINT (9.999999990686774 11.999999997206032)" }
- match: { values.0.10: null }
- match: { values.0.11: null }
- match: { values.0.12: null }
Expand Down

0 comments on commit 0e53a7b

Please sign in to comment.