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:
Zhihong Yu 2013-08-22 00:37:51 +00:00
parent 9cb59f5279
commit d94595c451
1 changed files with 1 additions and 1 deletions

View File

@ -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