Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Resolved
-
None
Description
PythonScalarFunctionRunner is responsible for Python ScalarFunction execution and it only handles the Python ScalarFunction execution and nothing else. So its logic should be very simple, forwarding an input element to Python worker and fetching the execution results back:
- Internally, it uses Apache Beam’s portability for Python UDF execution and this is transparent for the caller of PythonScalarFunctionRunner
- By default, each runner will startup a separate Python worker
- The Python worker can run in a docker, a separate process or even an non-managed external service.
- It has the ability to execute multiple Python ScalarFunctions
- It also supports chained Python ScalarFunctions
Attachments
Issue Links
- causes
-
FLINK-14226 Subset of nightly tests fail due to No output has been received in the last 10m0s
- Resolved
- links to