You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/25 06:26:00 UTC

[jira] [Updated] (FLINK-14018) Add Python building blocks to make sure the basic functionality of Python ScalarFunction could work

     [ https://issues.apache.org/jira/browse/FLINK-14018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-14018:
-----------------------------------
    Labels: pull-request-available  (was: )

> Add Python building blocks to make sure the basic functionality of Python ScalarFunction could work
> ---------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-14018
>                 URL: https://issues.apache.org/jira/browse/FLINK-14018
>             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
>
>
> We need to add a few Python building blocks such as ScalarFunctionOperation, BigIntCoder, VarcharCoder, etc for Python ScalarFunction execution. ScalarFunctionOperation is subclass of Operation in Beam and BigIntCoder, VarcharCoder, 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)