Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove experimental warning for Python UDF #24750

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading