mrtisttt commented on code in PR #9301:
URL: https://github.com/apache/seatunnel/pull/9301#discussion_r2083890961


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/ClickhouseIT.java:
##########
@@ -195,6 +195,16 @@ public void 
clickhouseRecreateSchemaAndCustom(TestContainer container) throws Ex
         dropTable(tableName);
     }
 
+    @TestTemplate
+    public void testClickHouseWithMultiTableSink(TestContainer container) 
throws Exception {
+        String tableName = "default.sink_multi_table";
+        Container.ExecResult execResult =
+                
container.executeJob("/fake_to_clickhouse_with_multi_table.conf");
+        Assertions.assertEquals(0, execResult.getExitCode());
+        Assertions.assertEquals(11, countData(tableName));

Review Comment:
   ok, resovled it, please review it again, thanks.



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