Hi, I would like to know how ranger evaluates and apply column Masking policy if there is more than one type of column masking policy defined for a given column of a table?
Ex- Policy1 -> testable -> col1 -> *Nulllify (Column masking)* -> User1 Policy2 -> testable -> col1 -> *Nulllify (Hash)* -> User1 Same question, for Row filtering as well, Ex- Policy1 -> testable -> *No-filter appplied (Row filtering)* -> User1 Policy2 -> testable -> *col1='A' (Row filtering) *-> User1 In the above cases which policy will be honored in both the case of Column masking and Row filtering? If there is any document around it, could you please point to me that also. -- Thanks, Reetika Agrawal