You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Bowen Li (JIRA)" <ji...@apache.org> on 2019/05/26 04:24:00 UTC

[jira] [Created] (FLINK-12626) Client should not register table-source-sink twice in TableEnvironment

Bowen Li created FLINK-12626:
--------------------------------

             Summary: Client should not register table-source-sink twice in TableEnvironment
                 Key: FLINK-12626
                 URL: https://issues.apache.org/jira/browse/FLINK-12626
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Client
            Reporter: Bowen Li
             Fix For: 1.9.0


Currently for a table specified in SQL CLI yaml file, if it's with type: source-sink-table, it will be registered twice (as source and as sink) to TableEnv.

As we've moved table management in TableEnv to Catalogs which doesn't allow registering dup named table, we need to come up with a solution to fix this problem.

cc [~xuefuz] [~tiwalter] [~dawidwys]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)