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


##########
core/src/main/java/org/apache/accumulo/core/data/Key.java:
##########
@@ -807,6 +807,20 @@ public ByteSequence getColumnVisibilityData() {
     return new ArrayByteSequence(colVisibility);
   }
 
+  /**
+   * Writes the column visibility into the given 
<code>ArrayByteSequence</code>. This method gives
+   * users control over allocation of ArrayByteSequence objects by copying 
into the passed in
+   * ArrayByteSequence.
+   *
+   * @param cv <code>ArrayByteSequence</code> object to copy into
+   * @return the <code>ArrayByteSequence</code> that was passed in
+   * @since 3.1.0
+   */
+  public ArrayByteSequence getColumnVisibilityData(ArrayByteSequence cv) {

Review Comment:
   Captured this in issue #4749 



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