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 2022/03/22 13:29:00 UTC

[jira] [Created] (FLINK-26805) Managed table breaks legacy connector without 'connector.type'

Jingsong Lee created FLINK-26805:
------------------------------------

             Summary: Managed table breaks legacy connector without 'connector.type'
                 Key: FLINK-26805
                 URL: https://issues.apache.org/jira/browse/FLINK-26805
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / API
            Reporter: Jingsong Lee
            Assignee: Jingsong Lee
             Fix For: 1.15.0


{code:java}
CREATE TABLE T (a INT) WITH ('type'='legacy');
INSERT INTO T VALUES (1); {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)