[
https://issues.apache.org/jira/browse/RANGER-4638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramesh Mani reassigned RANGER-4638:
-----------------------------------
Assignee: Ramesh Mani
> Multiple Columns Revoke not generating policies with correct number of columns
> ------------------------------------------------------------------------------
>
> Key: RANGER-4638
> URL: https://issues.apache.org/jira/browse/RANGER-4638
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Affects Versions: 3.0.0
> Reporter: Ramesh Mani
> Assignee: Ramesh Mani
> Priority: Major
>
> Multiple Columns Revoke not generating policies with correct number of
> columns. E.G
> When " revoke select(col1, col2,col3) on table demo.test from role Role3;"
> is done, the generate policies is not revoking the columns. Currently revoke
> statement is only revoking if the is only one column.
> Testing to done"
> Impala / Hive beeline.
> 1) "grant select(col1, col2, col3) on table demo.test to role Role1"
> "revoke select(col1, col2, col3) on table demo.test from role Role1"
> 2) "grant select(col1, col2, col3, col4) on table demo.test to role Role1"
> "revoke select(col1, col2, col3) on table demo.test from role Role1"
> HBASE shell
> grant 'nifi', 'RWXCA', 'test'
> revoke 'nifi', 'test'
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)