Skip to content

Commit a50715b

Browse files
committed
remove this for now, I'll add it later
1 parent 9707eae commit a50715b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/190_lookup_join.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,3 @@ lookup-no-key:
230230

231231
- match: { error.type: "verification_exception" }
232232
- 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

Comments
 (0)