Skip to content

Commit a82453a

Browse files
authored
Add missing capability (#120771)
1 parent cd10b05 commit a82453a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/191_lookup_join_text.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setup:
66
- method: POST
77
path: /_query
88
parameters: []
9-
capabilities: [lookup_join_text]
9+
capabilities: [lookup_join_text, join_lookup_v11]
1010
reason: "uses LOOKUP JOIN"
1111
- do:
1212
indices.create:
@@ -31,7 +31,6 @@ setup:
3131
settings:
3232
index:
3333
mode: lookup
34-
number_of_shards: 1
3534
mappings:
3635
properties:
3736
color:

0 commit comments

Comments
 (0)