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

Timo Walther closed FLINK-23513.
--------------------------------
    Fix Version/s: 1.14.0
     Release Note: The legacy versions of the SQL Kafka connector and SQL 
Elasticsearch connector have been removed together with their corresponding 
legacy formats. DDL or descriptors that still use 'connector.type=' or 
'format.type=' options need to be updated to the new connector and formats 
available via the 'connector=' option.
       Resolution: Fixed

Fixed in 1.14.0:

commit 706cd677888312d2f71b498bf02447c750634d52
[e2e] Remove legacy factory check in test_sql_client.sh

commit c3ce777577c7a2e402df94c9d1cefa690440b50f
[table-api-java] Remove StreamTableDescriptorValidator

commit 1695d06b8594d3cb26ffea1ddfc47063e20e1606
[table-common] Deprecate remaining descriptors

commit a9152be70ab6faf4be0a512883f3b6fe2c015e93
[table-common] Remove CoreModuleDescriptor

commit bdde9a06d8110141bcfc77efded262044f01c87a
[table-common] Remove FunctionDescriptor

commit 03ceeb9ba3c36ff07e239263850bd69c713fc67a
[docs] Fix docs due to new CSV connector

commit 3ae67a417aa31df53372597337aa8808c5faed06
Remove format descriptors

commit 4fc0d22d2e0679525e0febaa7aa3fc657e1f6ba9
[table-common] Remove unused descriptor classes

commit 716b9f76dc68d1ad0c8b71ec1723913597d3011b
Deprecate legacy CSV connector

commit 77901ef7a2b085cfac93d95b3a77448e3ea889b1
[connector-kafka] Remove legacy Kafka connector

commit a942322f2ce7d4d47d9d00ddf7edd2ea67359060
[connector-elasticsearch] Remove legacy Elasticseach connector

> Remove old connectors and formats stack around descriptors
> ----------------------------------------------------------
>
>                 Key: FLINK-23513
>                 URL: https://issues.apache.org/jira/browse/FLINK-23513
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Ingo Bürk
>            Assignee: Ingo Bürk
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.14.0
>
>
> This removes the old connectors and formats stack that has been deprecated as 
> part of FLIP-95. The stack used the outdated 
> {{org.apache.flink.table.factories.TableFactory}} which has been replaced 
> with subclasses of {{org.apache.flink.table.factories.Factory}}. Also the 
> corresponding descriptors from {{org.apache.flink.table.descriptors}} have 
> been removed due to the removal of {{TableEnvironment#connect}}. It has been 
> replaced with the new {{org.apache.flink.table.api.TableDescriptor}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to