From c7be0f9582b6dc441c3d154d7502f307eb45d5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Cea=20Fontenla?= Date: Thu, 19 Dec 2024 14:06:08 +0100 Subject: [PATCH] ESQL: Set LOOKUP JOIN YAML test number of shards to 1 (#119069) To mitigate https://github.com/elastic/elasticsearch/issues/119035 --- .../resources/rest-api-spec/test/esql/190_lookup_join.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/190_lookup_join.yml b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/190_lookup_join.yml index fdb6746bbeed8..5b39f74de1b9d 100644 --- a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/190_lookup_join.yml +++ b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/190_lookup_join.yml @@ -12,8 +12,6 @@ setup: indices.create: index: test body: - settings: - number_of_shards: 5 mappings: properties: key: @@ -27,6 +25,7 @@ setup: settings: index: mode: lookup + number_of_shards: 1 mappings: properties: key: