[ https://issues.apache.org/jira/browse/FLINK-31767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Godfrey He closed FLINK-31767. ------------------------------ Fix Version/s: 1.18.0 Resolution: Fixed Fixed in master: 0191cf7d0064003bd2d4b60ebb6e329f791c924a > Improve the implementation for "analyze table" execution on partitioned table > ----------------------------------------------------------------------------- > > Key: FLINK-31767 > URL: https://issues.apache.org/jira/browse/FLINK-31767 > Project: Flink > Issue Type: Improvement > Components: Table SQL / Planner > Reporter: Godfrey He > Assignee: Godfrey He > Priority: Major > Labels: pull-request-available > Fix For: 1.18.0 > > > Currently, for partitioned table, the "analyze table" command will generate a > separate SQL statement for each partition. When there are too many > partitions, the compilation/submission/execution time will be very long. This > issue aims to improve it: we can combine the sql statements for each > partition into one with "union all", and just need to execution one sql. -- This message was sent by Atlassian Jira (v8.20.10#820010)