Skip to content

TestS3FileIO fails locally (on OSX with Docker Desktop) due to missing Content-MD5 header during delete #12237

Open
@nastra

Description

@nastra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions