You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2023/01/20 10:56:33 UTC

[GitHub] [incubator-seatunnel] hailin0 commented on a diff in pull request #3979: [Feature][Core] Support flink 1.16

hailin0 commented on code in PR #3979:
URL: https://github.com/apache/incubator-seatunnel/pull/3979#discussion_r1082362232


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/ClickhouseSinkCDCChangelogIT.java:
##########
@@ -185,7 +185,7 @@ private void checkSinkTableRows() throws SQLException {
 
     private void dropSinkTable() {
         try (Statement statement = connection.createStatement()) {
-            statement.execute(String.format("drop table %s.%s", DATABASE, SINK_TABLE));
+            statement.execute(String.format("drop table %s.%s sync", DATABASE, SINK_TABLE));

Review Comment:
   create new pr 



-- 
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-unsubscribe@seatunnel.apache.org

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