nastra commented on code in PR #12264:
URL: https://github.com/apache/iceberg/pull/12264#discussion_r1961355014


##########
aws/src/test/java/org/apache/iceberg/aws/s3/MinioUtil.java:
##########
@@ -29,15 +29,18 @@
 import software.amazon.awssdk.services.s3.S3ClientBuilder;
 
 public class MinioUtil {
+  public static final String LATEST_TAG = "latest";
+  // This version doesn't support strong integrity checks
+  static final String LEGACY_TAG = "RELEASE.2024-12-18T13-15-44Z";

Review Comment:
   can we try and roll back all of the changes in the PR and then only update 
the TAG to 
[RELEASE.2025-01-20T14-49-07Z](https://github.com/minio/minio/releases/tag/RELEASE.2025-01-20T14-49-07Z)
 (see also 
https://github.com/minio/minio/issues/20845#issuecomment-2604259537). I've 
tried it locally and that fixed the issue described in 
https://github.com/apache/iceberg/issues/12237 when running those tests locally 
with Docker Desktop



-- 
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

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