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/08 00:17:00 UTC

[jira] [Work logged] (HIVE-25514) Alter table with partitions should honor {OWNER} policies from Apache Ranger in the HMS

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

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

                Author: ASF GitHub Bot
            Created on: 08/Feb/22 00:16
            Start Date: 08/Feb/22 00:16
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #2634:
URL: https://github.com/apache/hive/pull/2634#issuecomment-1032076033


   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 dev@hive.apache.org 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: gitbox-unsubscribe@hive.apache.org

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


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

    Worklog Id:     (was: 722451)
    Time Spent: 1h 40m  (was: 1.5h)

> Alter table with partitions should honor {OWNER} policies from Apache Ranger in the HMS
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-25514
>                 URL: https://issues.apache.org/jira/browse/HIVE-25514
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive, Standalone Metastore
>    Affects Versions: 4.0.0
>            Reporter: Sai Hemanth Gantasala
>            Assignee: Sai Hemanth Gantasala
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The following commands should honor \{OWNER} policies from Apache Ranger in the HMS.
> {code:java}
> Show partitions table_name;
> alter table foo.table_name partition (country='us') rename to partition (country='canada);
> alter table foo.table_name drop partition (id='canada');{code}
> The examples above are tables with partitions. So the partition APIs in HMS should be modifed to honor \{owner} policies from Apache ranger. 



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