-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74834/
-----------------------------------------------------------

(Updated Feb. 10, 2024, 5:17 a.m.)


Review request for ranger, Anand Nadar, Asit Vadhavkar, Abhay Kulkarni, Mehul 
Parikh, Monika Kachhadiya, Mugdha Varadkar, Pradeep Agrawal, Ramesh Mani, 
Siddhesh Phatak, Subhrat Chaudhary, and Velmurugan Periasamy.


Bugs: RANGER-4650
    https://issues.apache.org/jira/browse/RANGER-4650


Repository: ranger


Description
-------

- in addition to {col} macro, Ranger Hive plugin now supports {colType} macro 
as well, which will evaluate to the datatype of the column being masked


Diffs
-----

  
hive-agent/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java
 44c66dfd9 


Diff: https://reviews.apache.org/r/74834/diff/1/


Testing (updated)
-------

- verified that all existing tests pass successfully
- verified with the following custome masking expression:
  CASE WHEN '{colType}' == 'string' THEN mask_hash({col}) WHEN '{colType}' == 
'int' THEN mask({col}) ELSE NULL END


Thanks,

Madhan Neethiraj

Reply via email to