You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "jinzheng (JIRA)" <ji...@apache.org> on 2018/09/07 07:07:00 UTC

[jira] [Work started] (HIVE-20516) alter table drop partition should be compatible with old metastore, as partition pruner does

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

Work on HIVE-20516 started by jinzheng.
---------------------------------------
> alter table drop partition should be compatible with old metastore, as partition pruner does
> --------------------------------------------------------------------------------------------
>
>                 Key: HIVE-20516
>                 URL: https://issues.apache.org/jira/browse/HIVE-20516
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 3.0.0
>         Environment: all
>            Reporter: jinzheng
>            Assignee: jinzheng
>            Priority: Major
>             Fix For: 3.1.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
>     After the change of  HIVE-4914, we always push the partition expression to metastore, to avoid filtering partition by partition names.
>     And HIVE-4914 added some protection in Partition pruner, in case that metastore may not have api of get_partitions_by_expr.
>     Therefore, we should also add similar protection to another calling point, when dealing with "alter table drop partition".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)