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


##########
core/src/main/java/org/apache/accumulo/core/metadata/StoredTabletFile.java:
##########
@@ -236,7 +236,7 @@ private static String serialize(TabletFileCq tabletFileCq) {
    * returned as an empty byte array
    **/
 
-  private static byte[] encodeRow(final Key key) {
+  protected static byte[] encodeRow(final Key key) {

Review Comment:
   Fixed in 3e5332d



##########
core/src/main/java/org/apache/accumulo/core/metadata/StoredTabletFile.java:
##########
@@ -252,7 +252,7 @@ private static byte[] encodeRow(final Key key) {
     return new byte[0];
   }
 
-  private static Text decodeRow(byte[] serialized) {
+  protected static Text decodeRow(byte[] serialized) {

Review Comment:
   Fixed in 3e5332d



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