[ 
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)

Reply via email to