You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2020/12/29 05:03:00 UTC

[jira] [Created] (FLINK-20796) Support unnest in the Table API

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)