[
https://issues.apache.org/jira/browse/FLINK-26805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17511017#comment-17511017
]
Jingsong Lee commented on FLINK-26805:
--------------------------------------
release-1.15: 6e63e6c2ab074f070389a0eae181269cfbc82772
> 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: Blocker
> 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)