I need to set up a Ranger policy to restrict a user to access certain array structs from a column in HIVE table.
For example, I have a column called 'Spouse' in a Hive table which contains array structs such as spousefirstname, spouselastname, spousebirthdate, spousessn, spouseaddress, spousebirthplace.
I need to restrict a user to access array structs - spousessn and spouseaddress.
How can I set up a Ranger policy to restrict only those two array structs in column 'Spouse'?
HDP version - 2.6.3
Hive version - 1.2.1
Ranger version - 0.7.0