You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2018/01/25 13:00:00 UTC

[jira] [Created] (FLINK-8511) Remove legacy code for the TableType annotation

Timo Walther created FLINK-8511:
-----------------------------------

             Summary: Remove legacy code for the TableType annotation
                 Key: FLINK-8511
                 URL: https://issues.apache.org/jira/browse/FLINK-8511
             Project: Flink
          Issue Type: Improvement
          Components: Table API &amp; SQL
            Reporter: Timo Walther


We introduced the very generic TableSource factories that unify the definition of table sources and are specified using Java service loaders. For backwards compatibility, the old code paths are still supported but should be dropped in future Flink versions.

This will touch:

{code}
org.apache.flink.table.annotation.TableType
org.apache.flink.table.catalog.ExternalCatalogTable
org.apache.flink.table.api.NoMatchedTableSourceConverterException
org.apache.flink.table.api.AmbiguousTableSourceConverterException
org.apache.flink.table.catalog.TableSourceConverter
org.apache.flink.table.catalog.ExternalTableSourceUtil
{code}

We can also drop the {{org.reflections}} dependency.

See also FLINK-8240




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)