keith-turner commented on PR #71:
URL: https://github.com/apache/accumulo-access/pull/71#issuecomment-2211488127
Was looking at #69 and noticed how that code mimicked the existing code with
a loops like the following for the Accumulo code. Was thinking the inner loop
is usually a singleton list and it would be nice to get rid of the loop when it
is a singleton. That is what this PR does.
```java
for(var expression : expressions) {
for(var evaluator : evaluators){
// evaluate expression using evaluator
}
}
```
--
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]