[
https://issues.apache.org/jira/browse/FLINK-20702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dian Fu updated FLINK-20702:
----------------------------
Summary: Support map operation chained together in Python Table API (was:
Support Map Operation Chained Together in Python Table API)
> 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
> Labels: pull-request-available
> 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)