Dian Fu created FLINK-20796:
-------------------------------
Summary: Support unnest in the Table API
Key: FLINK-20796
URL:
https://issues.apache.org/jira/browse/FLINK-20796 Project: Flink
Issue Type: Sub-task
Components: Table SQL / API
Reporter: Dian Fu
Fix For: 1.13.0
Currently, there is no corresponding functionality in Table API for the following SQL:
{code:java}
SELECT a, s FROM T, UNNEST(T.b) as A(s) {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)