-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73578/
-----------------------------------------------------------
(Updated Sept. 17, 2021, 5:06 p.m.)
Review request for ranger, Abhay Kulkarni, Madhan Neethiraj, Mehul Parikh,
Pradeep Agrawal, Selvamohan Neethiraj, Sailaja Polavarapu, and Velmurugan
Periasamy.
Changes
-------
Fixed review comments
Bugs: RANGER-3407
https://issues.apache.org/jira/browse/RANGER-3407
Repository: ranger
Description
-------
RANGER-3407:Handle authorization of Hive Drop database / table if exists in
RangerHiveAuthorizer when database / table doesn't exist
Diffs (updated)
-----
hive-agent/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java
e0934de3a
Diff: https://reviews.apache.org/r/73578/diff/2/
Changes: https://reviews.apache.org/r/73578/diff/1-2/
Testing
-------
- Verified commands Drop database if exists <db_name> with and without db's
presence
- Verified commands Drop table if exists <db_name.tableName> or Drop table if
exists <tableName> with and without db/tables presence.
- Behavior should same as how hive handle this commands with Ranger.
Thanks,
Ramesh Mani