dlmarion commented on code in PR #4735:
URL: https://github.com/apache/accumulo/pull/4735#discussion_r1687152356


##########
core/src/main/java/org/apache/accumulo/core/iteratorsImpl/system/VisibilityFilter.java:
##########
@@ -64,7 +66,7 @@ public synchronized SortedKeyValueIterator<Key,Value> 
deepCopy(IteratorEnvironme
 
   @Override
   protected boolean accept(Key k, Value v) {
-    ByteSequence testVis = k.getColumnVisibilityData();
+    k.getColumnVisibilityData(testVis);

Review Comment:
   Really good catch here. Proposed solution added in 2012166



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