ctubbsii commented on a change in pull request #1579: Closes #1576: Update importTable with directory list as Set<String> URL: https://github.com/apache/accumulo/pull/1579#discussion_r405009765
########## File path: server/master/src/main/java/org/apache/accumulo/master/tableOps/tableImport/ImportTable.java ########## @@ -19,13 +19,14 @@ package org.apache.accumulo.master.tableOps.tableImport; import static java.nio.charset.StandardCharsets.UTF_8; +import static java.util.function.Predicate.not; Review comment: 2.1 is targeting Java 11. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
