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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)