Skip to content

Commit 16e50d0

Browse files
committed
Update tests
1 parent de16422 commit 16e50d0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,3 +1650,26 @@ event_duration:long
16501650
2764889
16511651
3450233
16521652
;
1653+
1654+
dropAgainWithWildcardAfterEval2
1655+
required_capability: join_lookup_v12
1656+
required_capability: drop_again_with_wildcard_after_eval
1657+
from addresses,cartesian_multipolygons,hosts
1658+
| rename city.name as message
1659+
| lookup join message_types_lookup on message
1660+
| eval card = -6013949614291505456, hOntTwnVC = null, PQAF = null, DXkxCFXyw = null, number = -7336429038807752405
1661+
| eval dewAwHC = -1186293612, message = null
1662+
| sort number ASC, street ASC, ip0 DESC, name ASC NULLS FIRST, host ASC
1663+
| drop number, host_group, *umber, `city.country.continent.name`, dewAwHC, `zip_code`, `message`, city.country.continent.planet.name, `name`, `ip1`, message, zip_code
1664+
| drop description, *e, id
1665+
| keep `hOntTwnVC`, city.country.continent.planet.galaxy, street
1666+
| limit 5
1667+
;
1668+
1669+
hOntTwnVC:null | city.country.continent.planet.galaxy:keyword | street:keyword
1670+
null | Milky Way | Kearny St
1671+
null | Milky Way | Keizersgracht
1672+
null | Milky Way | Marunouchi
1673+
null | null | null
1674+
null | null | null
1675+
;

0 commit comments

Comments
 (0)