Ankesh created HIVE-21472:
-----------------------------
Summary: Hive passes only first level of columns for Authorisation
Key: HIVE-21472
URL: https://issues.apache.org/jira/browse/HIVE-21472
Project: Hive
Issue Type: Improvement
Reporter: Ankesh
I need to set up a authorisation policy for 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.
But in hive ColumnAccessInfo.java, we have add method which only adds first
level of columns.
Why don't we pass the entire set of column values like Spouse.spousefirstname,
Spouse.spouselastname etc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)