You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/08/25 02:54:22 UTC

[jira] Updated: (HIVE-804) Support deletion of partitions based on a prefix partition spefication

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

Carl Steinbach updated HIVE-804:
--------------------------------

    Component/s: Metastore
                 Query Processor

> Support deletion of partitions based on a prefix partition spefication
> ----------------------------------------------------------------------
>
>                 Key: HIVE-804
>                 URL: https://issues.apache.org/jira/browse/HIVE-804
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Metastore, Query Processor
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.5.0
>
>         Attachments: HIVE-804.1.patch
>
>
> Sometimes users create partitions like (date='...', time='...'). It is useful if user can delete all the partitions of the same day (and different time) with a single command:
> {code}
> ALTER TABLE test DROP PARTITION (date='2009-08-26');
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.