[
https://issues.apache.org/jira/browse/HIVE-25739?focusedWorklogId=717408&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-717408
]
ASF GitHub Bot logged work on HIVE-25739:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Jan/22 00:11
Start Date: 29/Jan/22 00:11
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on pull request #2818:
URL: https://github.com/apache/hive/pull/2818#issuecomment-1024761490
This pull request has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the [email protected] list if the patch is in
need of reviews.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 717408)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)