DomGarguilo commented on code in PR #3415:
URL: https://github.com/apache/accumulo/pull/3415#discussion_r1204660484
##########
test/src/main/java/org/apache/accumulo/test/ScanServerIT.java:
##########
@@ -359,7 +359,7 @@ protected static int ingest(AccumuloClient client, String
tableName, int rowCoun
return ingestedEntriesCount;
}
- protected static int getNumHostedTablets(AccumuloClient client, String
tableId) throws Exception {
+ public static int getNumHostedTablets(AccumuloClient client, String tableId)
throws Exception {
Review Comment:
Good catch. I don't think so. I think this is left over from something I was
trying out while developing the new test.
--
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]