-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61383/
-----------------------------------------------------------
Review request for ranger.
Bugs: RANGER-1721
https://issues.apache.org/jira/browse/RANGER-1721
Repository: ranger
Description
-------
HBase plugin use Cell.getFamily and Cell.getQualifier method, which is
deprecated - and they are not simple getters, but they are creating and copying
buffers, to return the values.
It would be better, if this could be omitted.
Diffs
-----
hbase-agent/src/main/java/org/apache/ranger/authorization/hbase/RangerAuthorizationCoprocessor.java
fc1db46
hbase-agent/src/main/java/org/apache/ranger/authorization/hbase/RangerAuthorizationFilter.java
0254100
hbase-agent/src/test/java/org/apache/ranger/authorization/hbase/RangerAuthorizationFilterTest.java
48b8a17
Diff: https://reviews.apache.org/r/61383/diff/1/
Testing
-------
https://travis-ci.org/gzsombor/ranger/builds/260345062
Thanks,
Zsombor Gegesy