-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestS3FileIO fails locally (on OSX with Docker Desktop) due to missing Content-MD5 header during delete #12237
Comments
All tests passed with OrbStack on my laptop. I tested with the following environment:
|
I've talked to @ebyhr on Slack and he's using OrbStack while I'm using Docker Desktop. After switching to OrbStack locally the tests started to pass again. So we need to figure out here why it passes in one Docker Env while failing in the other so that we get consistent results for all people running these tests |
I'm also on orbstack, and works fine on my end as well:
|
After locally upgrading the MinIO tag to the version mentioned in https://github.com/apache/iceberg/pull/12264/files#r1961355014 it also works with Docker Desktop. @ebyhr since you're already working on #12264 could you please change the MinIO tag in your PR? |
I believe this is a user-facing issue, not specific to tests. |
Worth mentioninig that this issue started to happen after we upgraded the AWS SDK to 2.30.0, which added changes to the default integrity protection (see aws/aws-sdk-java-v2#5802 and thus negatively affects S3-compliant object storage solutions. |
Apache Iceberg version
main
Query engine
None
Please describe the bug 🐞
Willingness to contribute
The text was updated successfully, but these errors were encountered: