Skip to content

Commit 95a461f

Browse files
fix test
1 parent 4f5fcc6 commit 95a461f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/lookup-join.csv-spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ multipleBatches
14571457
required_capability: join_lookup_v12
14581458
required_capability: remove_redundant_sort
14591459

1460-
from *
1460+
from addresses, client*, languages*, message_types*, employees*, k8s
14611461
| dissect street "%{height_range} %{MNyXV}"
14621462
| rename env AS kxpCK, pod AS etUHW, language_code AS city.country.continent.planet.galaxy
14631463
| rename city.country.continent.planet.name as message
@@ -1468,6 +1468,7 @@ from *
14681468
| lookup join languages_lookup on language_code
14691469
| stats c = count(*) by language_code
14701470
| sort language_code
1471+
| limit 5
14711472
;
14721473

14731474
c:long | language_code:long
@@ -1476,5 +1477,4 @@ c:long | language_code:long
14761477
17 | 3
14771478
18 | 4
14781479
21 | 5
1479-
6571 | null
14801480
;

0 commit comments

Comments
 (0)