-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66106/
-----------------------------------------------------------
Review request for ranger and Madhan Neethiraj.
Bugs: RANGER-2026
https://issues.apache.org/jira/browse/RANGER-2026
Repository: ranger
Description
-------
HBase supports a "default" namespace in which Hbase tables are implicitly
present when namespace is not explicitly specified. Ranger Hbase policies with
table-resource specified with or without a "default" namespace qualifier should
match if a table in default namespace is accessed with or without "default"
namespace qualifier.
Diffs
-----
hbase-agent/src/main/java/org/apache/ranger/authorization/hbase/AuthorizationSession.java
1349aef9e
hbase-agent/src/test/java/org/apache/ranger/authorization/hbase/HBaseRangerAuthorizationTest.java
665640f07
hbase-agent/src/test/resources/hbase-policies-tag.json 61728c800
Diff: https://reviews.apache.org/r/66106/diff/1/
Testing
-------
Passed all unit tests.
Thanks,
Abhay Kulkarni