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


##########
aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java:
##########
@@ -107,6 +108,13 @@ public void before() {
     StaticClientFactory.client = s3mock;
   }
 
+  @After
+  public void after() {
+    if (null != s3FileIO) {

Review Comment:
   noticed that this isn't being closed in the test



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