Madhan Neethiraj created RANGER-5295:
----------------------------------------
Summary: Row-filter specified in shared-resource with
sub-resources is not applied
Key: RANGER-5295
URL: https://issues.apache.org/jira/browse/RANGER-5295
Project: Ranger
Issue Type: Sub-task
Components: plugins
Affects Versions: 3.0.0
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
When a shared-resource includes a set of sub-resources, like table with few
columns, the row-filter specified is not applied when the table is accessed.
For example:
{{Shared resource:}}
{{ table:sales.orders}}
{{ subResources: [ column:ord_time, column:ord_amount ]}}
{{ row-filter: "country = 'US'"}}
{{ accessTypes: [ select ]}}
When table {{sales.orders}} is accessed, the row-filter specified above is not
applied. Note that when a shared resource does not specify {{subResources}} or
has wildcard ({{{}*{}}}) as {{{}subResources{}}}, the row-filter is applied.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)