godfrey he created FLINK-14656: ---------------------------------- Summary: blink planner should convert catalog statistics to TableStats for permanent table instead of temporary table Key: FLINK-14656 URL: https://issues.apache.org/jira/browse/FLINK-14656 Project: Flink Issue Type: Bug Components: Table SQL / Planner Affects Versions: 1.9.1, 1.9.0 Reporter: godfrey he Fix For: 1.10.0
currently, blink planner will convert {{CatalogTable}} to Calcite {{Table}}, and convert the catalog statistics to `TableStats` in {{DatabaseCalciteSchema}}. However, the catalog statistics conversion is only for temporary table which has no any statistics now. It should be for permanent table. -- This message was sent by Atlassian Jira (v8.3.4#803005)