Jayesh Lalwani created FLINK-39656:
--------------------------------------
Summary: Remove legacy getTableFactory() override
Key: FLINK-39656
URL: https://issues.apache.org/jira/browse/FLINK-39656
Project: Flink
Issue Type: Improvement
Components: Connectors / Hive
Reporter: Jayesh Lalwani
`HiveCatalog.getTableFactory()` still returns the old `TableFactory` interface.
This is dead code. `HiveDynamicTableFactory `(the
`DynamicTableSourceFactory`/`DynamicTableSinkFactory` implementation) is
discovered via SPI and has fully replaced the legacy `TableFactory` path since
Flink 1.14.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)