Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Resolved
-
None
Description
We need to add a few Python building blocks such as ScalarFunctionOperation, RowCoder, etc for Python ScalarFunction execution. ScalarFunctionOperation is subclass of Operation in Beam and RowCoder, etc are subclasses of Coder in Beam. These classes will be registered into the Beam’s portability framework to make sure they take effects.
This PR makes sure that a basic end to end Python UDF could be executed.
Attachments
Issue Links
- causes
-
FLINK-14306 flink-python build fails with No module named pkg_resources
- Closed
- links to