hailin0 commented on code in PR #8225:
URL: https://github.com/apache/seatunnel/pull/8225#discussion_r1886763716


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-oracle-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/cdc/oracle/AbstractOracleCDCIT.java:
##########
@@ -214,6 +214,9 @@ protected static void dropTable(String jdbcUrl, String 
schemaName, String tableN
                                     schemaName, tableName));
             if (resultSet.next()) {
                 statement.execute(String.format("DROP TABLE %s.%s", 
schemaName, tableName));
+                connection
+                        .createStatement()
+                        .execute(String.format("DROP TABLE %s.%s", schemaName, 
tableName));

Review Comment:
   Duplicate execute?



-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to