HBASE-9285 User who created table cannot scan the same table due to Insufficient permissions (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1516346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9cb59f5279
commit
d94595c451
|
@ -355,7 +355,7 @@ public class AccessControlLists {
|
|||
}
|
||||
|
||||
Map<byte[], ListMultimap<String, TablePermission>> allPerms =
|
||||
new TreeMap<byte[], ListMultimap<String, TablePermission>>();
|
||||
new TreeMap<byte[], ListMultimap<String, TablePermission>>(Bytes.BYTES_RAWCOMPARATOR);
|
||||
|
||||
// do a full scan of _acl_ table
|
||||
|
||||
|
|
Loading…
Reference in New Issue