[
https://issues.apache.org/jira/browse/FLINK-20419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245884#comment-17245884
]
Rui Li commented on FLINK-20419:
--------------------------------
[~jark] Thanks for reviewing and merging! I have opened PR for 1.12 here:
https://github.com/apache/flink/pull/14339
> Insert fails due to failure to generate execution plan
> ------------------------------------------------------
>
> Key: FLINK-20419
> URL: https://issues.apache.org/jira/browse/FLINK-20419
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Reporter: Rui Li
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.13.0, 1.12.1
>
>
> Test case to reproduce:
> {code}
> @Test
> public void test() throws Exception {
> tableEnv.executeSql("create table src(x int)");
> tableEnv.executeSql("create table dest(x int) partitioned by (p
> string,q string)");
> tableEnv.executeSql("insert into dest select x,'0','0' from src
> order by x").await();
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)