bryanck commented on code in PR #8334:
URL: https://github.com/apache/iceberg/pull/8334#discussion_r1301319198


##########
core/src/main/java/org/apache/iceberg/io/ResolvingFileIO.java:
##########
@@ -95,25 +100,12 @@ public void deleteFiles(Iterable<String> pathsToDelete) 
throws BulkDeletionFailu
     Iterators.partition(pathsToDelete.iterator(), BATCH_SIZE)
         .forEachRemaining(
             partitioned -> {
-              Map<FileIO, List<String>> pathByFileIO =
+              Map<DelegateFileIO, List<String>> pathByFileIO =

Review Comment:
   Actually, it is probably better to keep this as there may be multiple FileIO 
types involved, and the peek method wasn’t ideal.



-- 
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]

Reply via email to