Skip to content

Commit eff77c3

Browse files
authored
ESQL: Set LOOKUP JOIN YAML test number of shards to 1 (#119069) (#119076)
To mitigate #119035
1 parent d9578c5 commit eff77c3

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/190_lookup_join.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ setup:
1212
indices.create:
1313
index: test
1414
body:
15-
settings:
16-
number_of_shards: 5
1715
mappings:
1816
properties:
1917
key:
@@ -27,6 +25,7 @@ setup:
2725
settings:
2826
index:
2927
mode: lookup
28+
number_of_shards: 1
3029
mappings:
3130
properties:
3231
key:

0 commit comments

Comments
 (0)