[ https://issues.apache.org/jira/browse/HIVE-25545?focusedWorklogId=669023&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-669023 ]
ASF GitHub Bot logged work on HIVE-25545: ----------------------------------------- Author: ASF GitHub Bot Created on: 22/Oct/21 16:18 Start Date: 22/Oct/21 16:18 Worklog Time Spent: 10m Work Description: nrg4878 commented on pull request #2665: URL: https://github.com/apache/hive/pull/2665#issuecomment-949775084 Fix has been merged to master. Please close this PR as merged. -- 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-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 669023) Time Spent: 1h 20m (was: 1h 10m) > Add/Drop constraints events on table should create authorizable events in HS2 > ----------------------------------------------------------------------------- > > Key: HIVE-25545 > URL: https://issues.apache.org/jira/browse/HIVE-25545 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Reporter: Sai Hemanth Gantasala > Assignee: Sai Hemanth Gantasala > Priority: Major > Labels: pull-request-available > Time Spent: 1h 20m > Remaining Estimate: 0h > > Alter table foo_tbl ADD constraint c1_unique UNIQUE(id1) disable novalidate; > Alter table foo_tbl DROP constraint c1_unique; > The above statements are currently not being authorized in Ranger/Sentry. > These should be authorized by creating authorizable events in Hive. -- This message was sent by Atlassian Jira (v8.3.4#803005)