You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/04/29 13:28:14 UTC

[GitHub] [accumulo] jmark99 commented on a change in pull request #2045: Move ignoreEmptyDir opt to ImportOptions interface

jmark99 commented on a change in pull request #2045:
URL: https://github.com/apache/accumulo/pull/2045#discussion_r623051675



##########
File path: core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
##########
@@ -716,6 +716,11 @@ void importDirectory(String tableName, String dir, String failureDir, boolean se
      */
     ImportMappingOptions tableTime(boolean value);
 
+    /**
+     * Ignores empty bulk import source directory, rather than throwing an IllegalArgumentException.
+     */
+    ImportMappingOptions ignoreEmptyDir(boolean ignore);

Review comment:
       Tag was added.




-- 
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:
users@infra.apache.org