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

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

                Author: ASF GitHub Bot
            Created on: 21/May/21 18:24
            Start Date: 21/May/21 18:24
    Worklog Time Spent: 10m 
      Work Description: belugabehr commented on a change in pull request #2293:
URL: https://github.com/apache/hive/pull/2293#discussion_r637119343



##########
File path: 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterPartitionEvent.java
##########
@@ -51,6 +54,8 @@ public String getTableName() {
     return tableName;
   }
 
+  public Table getTable() {return table;}
+

Review comment:
       Formatting




-- 
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.

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


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

    Worklog Id:     (was: 600576)
    Time Spent: 20m  (was: 10m)

> PreAlterPartitionEvent should have table owner details that can authorized in 
> ranger/sentry 
> --------------------------------------------------------------------------------------------
>
>                 Key: HIVE-25131
>                 URL: https://issues.apache.org/jira/browse/HIVE-25131
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sai Hemanth Gantasala
>            Assignee: Sai Hemanth Gantasala
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> PreAlterPartition event should have a table object, so that the call can be 
> authorized in ranger/sentry using the owner details of the table object.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to