You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/02/06 00:53:00 UTC

[jira] [Work logged] (HIVE-25739) Support Alter Partition Properties

     [ https://issues.apache.org/jira/browse/HIVE-25739?focusedWorklogId=721552&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-721552 ]

ASF GitHub Bot logged work on HIVE-25739:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Feb/22 00:52
            Start Date: 06/Feb/22 00:52
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] closed pull request #2818:
URL: https://github.com/apache/hive/pull/2818


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 721552)
    Time Spent: 40m  (was: 0.5h)

> Support Alter Partition Properties
> ----------------------------------
>
>                 Key: HIVE-25739
>                 URL: https://issues.apache.org/jira/browse/HIVE-25739
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: All Versions
>            Reporter: xiepengjie
>            Assignee: xiepengjie
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Support alter partition properties like:{{{{}}{}}}
> {code:java}
> alter table alter1 partition(insertdate='2008-01-01') set tblproperties ('a'='1', 'c'='3');
> alter table alter1 partition(insertdate='2008-01-01') unset tblproperties if exists ('c'='3');{code}
>  
> relates to https://issues.apache.org/jira/browse/HIVE-14261



--
This message was sent by Atlassian Jira
(v8.20.1#820001)