You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Benoît Paris (Jira)" <ji...@apache.org> on 2020/01/14 11:50:00 UTC

[jira] [Created] (FLINK-15584) Give nested data type of ROWs in ValidationException

Benoît Paris created FLINK-15584:
------------------------------------

             Summary: Give nested data type of ROWs in ValidationException
                 Key: FLINK-15584
                 URL: https://issues.apache.org/jira/browse/FLINK-15584
             Project: Flink
          Issue Type: Improvement
            Reporter: Benoît Paris


In

 

 
{code:java}
INSERT INTO baz_sinkSELECT
  a,
  ROW(b, c)
FROM foo_source{code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)