DomGarguilo commented on code in PR #3328:
URL: https://github.com/apache/accumulo/pull/3328#discussion_r1176909079


##########
core/src/main/java/org/apache/accumulo/core/client/admin/FindMax.java:
##########
@@ -181,4 +180,9 @@ public static Text findMax(Scanner scanner, Text start, 
boolean is, Text end, bo
 
     return _findMax(scanner, start, is, end, ie);
   }
+
+  public static Text findMax(Scanner scanner, RowRange rowRange) {

Review Comment:
   Addressed in 3a6d615



##########
core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java:
##########
@@ -1560,6 +1562,15 @@ public Text getMaxRow(String tableName, Authorizations 
auths, Text startRow,
     return FindMax.findMax(scanner, startRow, startInclusive, endRow, 
endInclusive);
   }
 
+  @Override
+  public Text getMaxRow(String tableName, Authorizations auths, RowRange 
rowRange)

Review Comment:
   Addressed in 3a6d615



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