[ 
https://issues.apache.org/jira/browse/FLINK-40431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18106487#comment-18106487
 ] 

Dian Fu commented on FLINK-40431:
---------------------------------

[~fdolce] Oh, [~auroflow] is ready working on this ticket. Do you think it 
makes sense to work on the DataFrame binding firstly in FLINK-40197. Once the 
Python UDF support is ready (which I think will be ready soon), we can support 
the UDF binding then.

> Add UDF support to DataFrame API
> --------------------------------
>
>                 Key: FLINK-40431
>                 URL: https://issues.apache.org/jira/browse/FLINK-40431
>             Project: Flink
>          Issue Type: Sub-task
>          Components: API / Python
>            Reporter: Liu Liu
>            Priority: Major
>
> Add a DataFrame-oriented UDF decorator:
> {code:java}
> def udf(
>     func=None,
>     *,
>     return_dtype=None,
>     deterministic=True,
>     name=None,
>     concurrency=None,
>     batch_size=None,
> ) -> DataFrameUDFWrapper {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to