-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersstale
Description
Apache Iceberg version
main
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
dttung2905
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersstale