You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Peter Vary (Jira)" <ji...@apache.org> on 2020/05/14 13:58:00 UTC

[jira] [Resolved] (HIVE-21554) Dropping skewed table does not drop some metastore data

     [ https://issues.apache.org/jira/browse/HIVE-21554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Vary resolved HIVE-21554.
-------------------------------
    Resolution: Duplicate

Duplicate of HIVE-23289

> 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
>            Priority: Major
>
> 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
(v8.3.4#803005)