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