nastra opened a new issue, #12237:
URL: https://github.com/apache/iceberg/issues/12237

   ### Apache Iceberg version
   
   None
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   ```
   ./gradlew :iceberg-aws:test
   
   > Task :iceberg-aws:test
   
   TestS3FileIO > testDeleteFilesSingleBatchWithRemainder() FAILED
       org.apache.iceberg.io.BulkDeletionFailureException: Failed to delete 18 
files
           at 
app//org.apache.iceberg.aws.s3.S3FileIO.deleteFiles(S3FileIO.java:240)
           at 
app//org.apache.iceberg.aws.s3.TestS3FileIO.testBatchDelete(TestS3FileIO.java:231)
           at 
app//org.apache.iceberg.aws.s3.TestS3FileIO.testDeleteFilesSingleBatchWithRemainder(TestS3FileIO.java:186)
   
   TestS3FileIO > testDeleteFilesMultipleBatches() FAILED
       org.apache.iceberg.io.BulkDeletionFailureException: Failed to delete 30 
files
           at 
app//org.apache.iceberg.aws.s3.S3FileIO.deleteFiles(S3FileIO.java:240)
           at 
app//org.apache.iceberg.aws.s3.TestS3FileIO.testBatchDelete(TestS3FileIO.java:231)
           at 
app//org.apache.iceberg.aws.s3.TestS3FileIO.testDeleteFilesMultipleBatches(TestS3FileIO.java:176)
   
   TestS3FileIO > testDeleteFilesLessThanBatchSize() FAILED
       org.apache.iceberg.io.BulkDeletionFailureException: Failed to delete 12 
files
           at 
app//org.apache.iceberg.aws.s3.S3FileIO.deleteFiles(S3FileIO.java:240)
           at 
app//org.apache.iceberg.aws.s3.TestS3FileIO.testBatchDelete(TestS3FileIO.java:231)
           at 
app//org.apache.iceberg.aws.s3.TestS3FileIO.testDeleteFilesLessThanBatchSize(TestS3FileIO.java:181)
   
   229 tests completed, 3 failed, 1 skipped
   ```
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to