Peter Vary created HIVE-21554: --------------------------------- Summary: Dropping skewed table does not drop some metastore data Key: HIVE-21554 URL: https://issues.apache.org/jira/browse/HIVE-21554 Project: Hive Issue Type: Bug Reporter: Peter Vary
When dropping a skewed table the skewed column data is not dropped. To reproduce: * In the metastore RDBMS: ** select count(*) from skewed_string_list; * In BeeLine: ** create table src_skew (key int) skewed by (key) on (1,2,3); ** drop table src_skew; * In the metastore RDMBS: ** select count(*) from skewed_string_list; Notice that the count in the RDBMS is increased by 3; -- This message was sent by Atlassian JIRA (v7.6.3#76005)