Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-20419

Insert fails due to failure to generate execution plan

    XMLWordPrintableJSON

Details

    Description

      Test case to reproduce:

      	@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();
      	}
      

      Attachments

        Activity

          People

            lirui Rui Li
            lirui Rui Li
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: