dlmarion opened a new pull request, #93:
URL: https://github.com/apache/accumulo-access/pull/93

   In the MultiAccessEvaluatorImpl case it was calling 
AccessEvaluator.canAccess(byte[]) for each AccessEvaluator. canAccess(byte[]) 
would re-parse the AccessExpression each time. This change enables the 
MultiAccessEvaluatorImpl to get the ParsedAccessExpression and call the new 
method on each AccessEvaluator. The new method traverses the parse tree for 
evalation so that parsing is not performed multiple times. The downside is that 
there are two different methods in use, but the tests were already checking 
this and still pass.
   
   Closes #78


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

Reply via email to