浏览代码

[8.19] ESQL: Declare LOOKUP JOIN as GA in docs (#129947) (#129982)

Alexander Spies 3 月之前
父节点
当前提交
f92f481620

+ 1 - 1
docs/reference/esql/esql-commands.asciidoc

@@ -43,7 +43,7 @@ ifeval::["{release-state}"=="unreleased"]
 endif::[]
 * <<esql-keep>>
 * <<esql-limit>>
-* experimental:[] <<esql-lookup-join>>
+* <<esql-lookup-join>>
 * experimental:[] <<esql-mv_expand>>
 * <<esql-rename>>
 * experimental:[] <<esql-sample>>

+ 0 - 8
docs/reference/esql/processing-commands/lookup.asciidoc

@@ -2,14 +2,6 @@
 [[esql-lookup-join]]
 === `LOOKUP JOIN`
 
-[WARNING]
-====
-This functionality is in technical preview and may be
-changed or removed in a future release. Elastic will work to fix any
-issues, but features in technical preview are not subject to the support
-SLA of official GA features.
-====
-
 `LOOKUP JOIN` enables you to add data from another index, AKA a 'lookup'
 index, to your {esql} query results, simplifying data enrichment
 and analysis workflows.