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 0675a42 commit 2cff4e7Copy full SHA for 2cff4e7
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/40_unsupported_types.yml
@@ -389,7 +389,9 @@ unsupported with sort:
389
- match: { values.0.2: null }
390
- match: { values.0.3: "2015-01-01T12:10:30.123456789Z" }
391
- match: { values.0.4: null }
392
- - match: { values.0.5: [0.5, 10.0, 6.0] }
+ - match: { values.0.5.0: 0.5 }
393
+ - match: { values.0.5.1: 10.0 }
394
+ - match: { values.0.5.2: 6.0 }
395
- match: { values.0.6: null }
396
- match: { values.0.7: null }
397
- match: { values.0.8: "POINT (10.0 12.0)" }
0 commit comments