[
https://issues.apache.org/jira/browse/HIVE-13360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216856#comment-15216856
]
Ashutosh Chauhan commented on HIVE-13360:
-----------------------------------------
It might be better to have following function signature:
{code}
public List<List<String>> getCellValueTransformer(List<HivePrivilegeObject>
privObjs, QueryContext context) throws SemanticException;
public List<String> getRowFilterExpression(List<HivePrivilegeObject> privObjs,
QueryContext context) throws SemanticException;
public List<Boolean> needTransform(List<HivePrivilegeObject> privObjs) throws
SemanticException;
public boolean needTransform();
{code}
> Refactoring Hive Authorization
> ------------------------------
>
> Key: HIVE-13360
> URL: https://issues.apache.org/jira/browse/HIVE-13360
> Project: Hive
> Issue Type: Sub-task
> Components: Security
> Reporter: Pengcheng Xiong
> Assignee: Pengcheng Xiong
> Fix For: 2.1.0
>
> Attachments: HIVE-13360.01.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)