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

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

Huang Xingbo created FLINK-20702:
------------------------------------

             Summary: 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
             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)