Jark Wu created FLINK-12904: ------------------------------- Summary: Remove TableSource#getTableStats() interface Key: FLINK-12904 URL: https://issues.apache.org/jira/browse/FLINK-12904 Project: Flink Issue Type: Task Components: Table SQL / API Reporter: Jark Wu Assignee: Jark Wu Fix For: 1.9.0
We introduced {{TableSource#getTableStats()}} method in 147022cf7984b8e56d1e01e826d9640674837e68. However, as discussed with [~godfreyhe] and [~twalthr], the table stats information should come from a catalog and is part of a {{CatalogTable}}. {{TableSource}} is just a "connector" which shouldn't contain stats information. We should remove this method before 1.9.0. -- This message was sent by Atlassian JIRA (v7.6.3#76005)