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

[jira] [Created] (FLINK-17296) Support "create table if not exists" in JDBC table sink.

Lijie Wang created FLINK-17296:
----------------------------------

             Summary: Support "create table if not exists" in JDBC table sink.
                 Key: FLINK-17296
                 URL: https://issues.apache.org/jira/browse/FLINK-17296
             Project: Flink
          Issue Type: New Feature
          Components: Connectors / JDBC
            Reporter: Lijie Wang


Currently, users need create output table manually when  using  JDBC table sink. If the table specifed in DDL is not exists, flink will throws exception like "table not exists". 

Should we support to create table automaticlly if the table not exists ?

Maybe we can provided an option to enable or disable this feature.



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