From ea361946d58ae58e8775690eae777f77825716af Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 20 Jan 2025 09:56:38 -0800 Subject: [PATCH] Remove experimental warning for Python UDF --- docs/src/main/sphinx/release/release-468.md | 2 +- docs/src/main/sphinx/udf/python.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/src/main/sphinx/release/release-468.md b/docs/src/main/sphinx/release/release-468.md index 601d41728fba..58373780bae6 100644 --- a/docs/src/main/sphinx/release/release-468.md +++ b/docs/src/main/sphinx/release/release-468.md @@ -2,7 +2,7 @@ ## General -* Add experimental support for [](/udf/python). ({issue}`24378`) +* Add support for [](/udf/python). ({issue}`24378`) * Add cluster overview to the [](/admin/preview-web-interface). ({issue}`23600`) * Add new node states `DRAINING` and `DRAINED` to make it possible to reactivate a draining worker node. ({issue}`24444 `) diff --git a/docs/src/main/sphinx/udf/python.md b/docs/src/main/sphinx/udf/python.md index 56900550c137..526a722b4356 100644 --- a/docs/src/main/sphinx/udf/python.md +++ b/docs/src/main/sphinx/udf/python.md @@ -4,10 +4,6 @@ A Python user-defined function is a [user-defined function](/udf) that uses the [Python programming language and statements](python-udf-lang) for the definition of the function. -:::{warning} -Python user-defined functions are an experimental feature. -::: - ## Python UDF declaration Declare a Python UDF as [inline](udf-inline) or [catalog UDF](udf-catalog) with