dybyte commented on code in PR #9903:
URL: https://github.com/apache/seatunnel/pull/9903#discussion_r2404234815


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/MetalakeIT.java:
##########
@@ -191,11 +191,6 @@ public void tearDown() throws Exception {
 
         if (dbServer != null) {
             dbServer.close();
-            try {
-                
dockerClient.removeImageCmd(dbServer.getDockerImageName()).exec();
-            } catch (Exception ignored) {
-                ignored.printStackTrace();
-            }

Review Comment:
   I think we only need to change this part of the code. Other changes are not 
necessary for this fix.



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

Reply via email to