You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sai Hemanth Gantasala (Jira)" <ji...@apache.org> on 2021/09/10 18:01:00 UTC

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

Sai Hemanth Gantasala created HIVE-25514:
--------------------------------------------

             Summary: Alter table with owner policies 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
            Reporter: Sai Hemanth Gantasala
            Assignee: Sai Hemanth Gantasala


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.3.4#803005)