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


##########
aws/src/integration/java/org/apache/iceberg/aws/s3/signer/TestS3RestSigner.java:
##########
@@ -181,6 +181,7 @@ public void before() throws Exception {
         
CreateMultipartUploadRequest.builder().bucket(BUCKET).key("random/multipart-key").build());
   }
 
+  @SuppressWarnings("removal")

Review Comment:
   this is needed because `GzipHandler` is now deprecated. We'll be switching 
to Jetty's new Compression API in https://github.com/apache/iceberg/pull/15043



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to