amogh-jahagirdar commented on a change in pull request #4052:
URL: https://github.com/apache/iceberg/pull/4052#discussion_r810393730
##########
File path:
aws/src/integration/java/org/apache/iceberg/aws/s3/TestS3FileIOIntegration.java
##########
@@ -208,8 +212,49 @@ public void testClientFactorySerialization() throws
Exception {
validateRead(fileIO2);
}
+ @Test
+ public void testDeleteFilesMultipleBatches() throws Exception {
+ S3FileIO s3FileIO = new S3FileIO(clientFactory::s3,
getDeletionTestProperties());
+ testDeleteFiles(6, s3FileIO);
Review comment:
Yeah definitley, this is much better
--
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]