hailin0 commented on code in PR #6080:
URL: https://github.com/apache/seatunnel/pull/6080#discussion_r1440022401
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-3/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcPostgresIT.java:
##########
@@ -443,4 +443,131 @@ public void tearDown() {
POSTGRESQL_CONTAINER.stop();
}
}
+
+ @TestTemplate
+ public void testCatalogForSaveMode(TestContainer container)
+ throws IOException, InterruptedException {
+ String schema = "public";
+ String databaseName = POSTGRESQL_CONTAINER.getDatabaseName();
+ TablePath tablePathPG = TablePath.of(databaseName, "public",
"pg_e2e_source_table");
+ TablePath tablePathPG_Sink = TablePath.of(databaseName, "public",
"pg_ide_sink_table_2");
Review Comment:
```suggestion
TablePath tablePathPgSink = TablePath.of(databaseName, "public",
"pg_ide_sink_table_2");
```
--
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]