aajisaka commented on code in PR #8370:
URL: https://github.com/apache/iceberg/pull/8370#discussion_r1305248423


##########
python/dev/Dockerfile:
##########
@@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME}
 ENV SPARK_VERSION=3.4.1
 ENV ICEBERG_SPARK_RUNTIME_VERSION=3.4_2.12
 ENV ICEBERG_VERSION=1.3.1
-ENV AWS_SDK_VERSION=2.20.18
+ENV AWS_SDK_VERSION=2.20.131

Review Comment:
   Reverted. Thanks



##########
aws/src/test/java/org/apache/iceberg/aws/s3/signer/TestS3SignResponseParser.java:
##########
@@ -74,7 +74,7 @@ public void roundTripSerde() {
                     "Content-Type",
                     Arrays.asList("application/json"),
                     "User-Agent",
-                    Arrays.asList("aws-sdk-java/2.20.18", "Linux/5.4.0-126")))
+                    Arrays.asList("aws-sdk-java/2.20.131", "Linux/5.4.0-126")))

Review Comment:
   Reverted. Thanks



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