Skip to content

Commit

Permalink
Remove experimental warning for Python UDF
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 20, 2025
1 parent 5b576a3 commit ea36194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/release/release-468.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `)
Expand Down
4 changes: 0 additions & 4 deletions docs/src/main/sphinx/udf/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea36194

Please sign in to comment.