[
https://issues.apache.org/jira/browse/FLINK-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske closed FLINK-5304.
--------------------------------
Resolution: Done
Fix Version/s: 1.2.0
Done with da4af1259ae750953ca2e7a3ecec342d9eb77bac
> Change method name from crossApply to join in Table API
> -------------------------------------------------------
>
> Key: FLINK-5304
> URL: https://issues.apache.org/jira/browse/FLINK-5304
> Project: Flink
> Issue Type: Improvement
> Components: Table API & SQL
> Reporter: Jark Wu
> Assignee: Jark Wu
> Fix For: 1.2.0
>
>
> Currently, the UDTF in Table API is used with {{crossApply}}, but is used
> with JOIN in SQL. UDTF is something similar to Table, so it make sense to use
> {{.join("udtf(c) as (s)")}} in Table API too, and join is more familiar to
> users than {{crossApply}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)