bowenli86 commented on a change in pull request #8314: [FLINK-12365][table] Add stats related catalog APIs URL: https://github.com/apache/flink/pull/8314#discussion_r279499373
########## File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/GenericInMemoryCatalog.java ########## @@ -246,6 +259,16 @@ public void renameTable(ObjectPath tablePath, String newTableName, boolean ignor if (partitions.containsKey(tablePath)) { partitions.put(newPath, partitions.remove(tablePath)); } + Review comment: do we need to relocate partition stats and partition column stats too? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services