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)