dlmarion commented on code in PR #37:
URL: https://github.com/apache/accumulo-access/pull/37#discussion_r1472807053
##########
src/main/java/org/apache/accumulo/access/AccessEvaluatorImpl.java:
##########
@@ -86,6 +86,9 @@ static Collection<List<byte[]>> convert(Authorizations
authorizations) {
AccessEvaluatorImpl(final Collection<List<byte[]>> authorizationSets) {
for (final List<byte[]> auths : authorizationSets) {
+ if (auths == null) {
Review Comment:
There was a test failing in apache/accumulo#4206. I think the issue was in
the case when the user does not have any authorizations (and maybe no
authorizations on the data).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]