milleruntime commented on a change in pull request #2045:
URL: https://github.com/apache/accumulo/pull/2045#discussion_r623036563
##########
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:
Should include `@since 2.1.0` java doc tag since this will be new.
--
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]