You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2021/04/09 03:50:00 UTC

[jira] [Created] (FLINK-22167) Partial insert not works when complex fields reorder

Jingsong Lee created FLINK-22167:
------------------------------------

             Summary: Partial insert not works when complex fields reorder
                 Key: FLINK-22167
                 URL: https://issues.apache.org/jira/browse/FLINK-22167
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Runtime
            Reporter: Jingsong Lee
            Assignee: Jingsong Lee
             Fix For: 1.13.0


INSERT INTO sink (b,e,a,g,f,c,d) SELECT b,e,a,456,123,c,d FROM MyTable GROUP BY a,b,c,d,e



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