amogh-jahagirdar commented on a change in pull request #4052:
URL: https://github.com/apache/iceberg/pull/4052#discussion_r809416806
##########
File path: api/src/main/java/org/apache/iceberg/io/FileIO.java
##########
@@ -68,6 +68,15 @@ default void deleteFile(OutputFile file) {
default void initialize(Map<String, String> properties) {
}
+ /**
+ * Delete the files at the given path.
+ */
+ default void deleteFiles(Iterable<String> pathsToDelete) {
Review comment:
For both duplicated paths and in the case the key does not exist
(already deleted) S3 will not fail.
--
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]