[
https://issues.apache.org/jira/browse/FLINK-14015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935791#comment-16935791
]
Hequn Cheng commented on FLINK-14015:
-------------------------------------
Resolved in
1.10.0 via 71fa23738e7f5f582c20753a92653bc3ce1e29b8
> Introduce PythonScalarFunctionOperator as a standalone StreamOperator for
> Python ScalarFunction execution
> ---------------------------------------------------------------------------------------------------------
>
> Key: FLINK-14015
> URL: https://issues.apache.org/jira/browse/FLINK-14015
> Project: Flink
> Issue Type: Sub-task
> Components: API / Python
> Reporter: Dian Fu
> Assignee: Dian Fu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> PythonScalarFunctionOperator is a standalone StreamOperator and it doesn’t
> need to how the Python ScalarFunctions are executed which is the
> responsibility of PythonScalarFunctionRunner:
> # It is a StreamOperator which employs PythonScalarFunctionRunner for Python
> ScalarFunction execution
> # It sends input elements to PythonScalarFunctionRunner, fetches the
> execution results, constructs the result rows and sends them to the
> downstream operator
> # It should handle the checkpoint and watermark properly
--
This message was sent by Atlassian Jira
(v8.3.4#803005)