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


##########
test/src/main/java/org/apache/accumulo/test/ScanServerIT.java:
##########
@@ -240,4 +197,18 @@ public void testBatchScannerTimeout() throws Exception {
       }
     }
   }
+
+  protected static void createTableAndIngest(AccumuloClient client, String 
tableName)
+      throws Exception {
+    createTableAndIngest(client, tableName, new NewTableConfiguration());
+  }
+
+  protected static void createTableAndIngest(AccumuloClient client, String 
tableName,

Review Comment:
   All suggestions should be addressed in 90aaaa1



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