You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2020/12/22 12:35:00 UTC

[jira] [Assigned] (FLINK-20702) Support Map Operation Chained Together in Python Table API

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

Dian Fu reassigned FLINK-20702:
-------------------------------

    Assignee: Huang Xingbo

> Support Map Operation Chained Together in Python Table API
> ----------------------------------------------------------
>
>                 Key: FLINK-20702
>                 URL: https://issues.apache.org/jira/browse/FLINK-20702
>             Project: Flink
>          Issue Type: Sub-task
>          Components: API / Python
>            Reporter: Huang Xingbo
>            Assignee: Huang Xingbo
>            Priority: Major
>             Fix For: 1.13.0
>
>
> {code:java}
> tab.map(func1).map(func2){code}
> func1 and func2 can be merged into one python function executed in the same Python Operation.



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