Skip to content

Commit 2092a23

Browse files
Update docs/reference/query-languages/esql/esql-lookup-join.md
Co-authored-by: Alexander Spies <[email protected]>
1 parent 8e554e9 commit 2092a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-languages/esql/esql-lookup-join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To use `LOOKUP JOIN`, the following requirements must be met:
155155

156156
To obtain a join key with a compatible type, use a [conversion function](/reference/query-languages/esql/functions-operators/type-conversion-functions.md) if needed.
157157

158-
The list of unsupported fields includes all types not supported by {{esql}} as described in the [Unsupported Field Types documentation](/reference/query-languages/esql/limitations.md#_unsupported_types).
158+
The list of unsupported field types includes all types not supported by {{esql}} as described in the [Unsupported Field Types documentation](/reference/query-languages/esql/limitations.md#_unsupported_types).
159159
as well as the following: `VERSION`, `UNSIGNED_LONG`, all spatial types like `GEO_POINT`, `GEO_SHAPE`, and all
160160
temporal periods like `DURATION` and `PERIOD`.
161161

0 commit comments

Comments
 (0)