dlmarion commented on code in PR #4735:
URL: https://github.com/apache/accumulo/pull/4735#discussion_r1672770618
##########
core/src/main/java/org/apache/accumulo/core/iterators/user/VisibilityFilter.java:
##########
@@ -100,6 +106,10 @@ public boolean accept(Key k, Value v) {
try {
boolean bb = accessEvaluator.canAccess(testVis.toArray());
cache.put(testVis, bb);
Review Comment:
Are you suggesting doing this instead of changing the testVis reference? Or,
in addition to?
--
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]