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 9707eae commit a50715bCopy full SHA for a50715b
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/190_lookup_join.yml
@@ -230,13 +230,3 @@ lookup-no-key:
230
231
- match: { error.type: "verification_exception" }
232
- contains: { error.reason: "Unknown column [key] in right side of join" }
233
----
234
-lookup-no-key-only-key:
235
- - do:
236
- esql.query:
237
- body:
238
- query: 'FROM test | LOOKUP JOIN test-lookup-no-key ON key | KEEP key'
239
- catch: "bad_request"
240
-
241
- - match: { error.type: "verification_exception" }
242
- - contains: { error.reason: "Unknown column [key] in right side of join" }
0 commit comments