Hisoka-X commented on code in PR #9072:
URL: https://github.com/apache/seatunnel/pull/9072#discussion_r2022755741
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcOceanBaseMilvusIT.java:
##########
@@ -493,6 +517,65 @@ public String buildTableInfoWithSchema(String schema,
String table) {
}
}
+ private void dropOceanBaseTable() {
+ String sql =
+ String.format("drop table IF EXISTS %s.%s",
OCEANBASE_DATABASE, OCEANBASE_SINK);
+ executeSql(sql);
+ }
+
+ private void checkTableExist() {
Review Comment:
```suggestion
private void checkTableNotExist() {
```
--
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]