We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc2ed7 commit ac313eeCopy full SHA for ac313ee
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/63_enrich_int_range.yml
@@ -189,11 +189,3 @@ teardown:
189
190
- length: { values: 1 }
191
- match: { values.0: [ 5, null ] }
192
-
193
----
194
-"Invalid age as double":
195
- - do:
196
- catch: /ENRICH range and input types are incompatible. range\[INTEGER\], input\[DOUBLE\]/
197
- esql.query:
198
- body:
199
- query: 'FROM employees | ENRICH ages-policy ON salary | STATS count=COUNT(*) BY description | SORT count DESC, description ASC'
0 commit comments