drewfarris 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_r404976405
########## 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: @ctubbsii @keith-turner - `Predicate.not` was added in Java 11 and I expected the build to fail when I used it, but it didn't. What runtimes are we supporting for 2.1.x? ---------------------------------------------------------------- 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
