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

[jira] [Comment Edited] (FLINK-20419) Insert fails due to failure to generate execution plan

    [ https://issues.apache.org/jira/browse/FLINK-20419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245830#comment-17245830 ] 

Jark Wu edited comment on FLINK-20419 at 12/9/20, 4:26 AM:
-----------------------------------------------------------

Fixed in 
 - master: c4a4d6290daf2199bfdfb00a92ac464c72c93876, a40b261d0cb77420fca6eed17952677aa49c788b
 - release-1.12: 5a55f0173a26dfc7af250d7aed55f81a00660978, 87d8358e8d2e88a032c851a517eb677709c98234


was (Author: jark):
Fixed in 
 - master: c4a4d6290daf2199bfdfb00a92ac464c72c93876, a40b261d0cb77420fca6eed17952677aa49c788b
 - release-1.12: TODO

> 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)