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/24 03:55:00 UTC

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

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

Jingsong Lee closed FLINK-26805.
--------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> {code:java}
> CREATE TABLE T (a INT) WITH ('type'='legacy');
> INSERT INTO T VALUES (1); {code}
> This case can be misinterpreted as a managed table, which the user might expect to be resolved by the legacy table factory.



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