drexler-sky commented on code in PR #16643:
URL: https://github.com/apache/iceberg/pull/16643#discussion_r3345517069
##########
api/src/main/java/org/apache/iceberg/actions/MigrateTable.java:
##########
@@ -72,6 +72,18 @@ default MigrateTable executeWith(ExecutorService service) {
throw new UnsupportedOperationException("Setting executor service is not
supported");
}
+ /**
+ * Sets whether to ignore {@link java.io.FileNotFoundException} when listing
source data files.
+ * When set to {@code true}, partitions whose files have been deleted
concurrently are skipped
+ * with a warning instead of failing the migration. The default is {@code
false}.
+ *
+ * @param ignore whether to ignore missing source files
+ * @return this for method chaining
+ */
+ default MigrateTable ignoreMissingFiles(boolean ignore) {
Review Comment:
Done
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]