You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2019/12/02 10:41:00 UTC

[jira] [Closed] (FLINK-14387) Insert into catalog table failed when catalog table not implement table source factory

     [ https://issues.apache.org/jira/browse/FLINK-14387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jingsong Lee closed FLINK-14387.
--------------------------------
    Resolution: Invalid

> Insert into catalog table failed when catalog table not implement table source factory
> --------------------------------------------------------------------------------------
>
>                 Key: FLINK-14387
>                 URL: https://issues.apache.org/jira/browse/FLINK-14387
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>            Reporter: Jingsong Lee
>            Priority: Critical
>             Fix For: 1.10.0
>
>
> When a TableFactory just implement TableSinkFactory, we use create table DDL to register it into catalog and use tableEnv.sqlUpdate("insert into sinkTable ...."), there will be an exception:
> {code:java}
> TableException: findAndCreateTableSource failed.
> {code}
> blink-planner should not assume that all TableFactories are TableSourceFactory. 



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