JingsongLi commented on a change in pull request #11223: [FLINK-16281][Table 
SQL / Ecosystem] parameter 'maxRetryTimes' can not work in JDBCUpsertTableSink.
URL: https://github.com/apache/flink/pull/11223#discussion_r386318083
 
 

 ##########
 File path: 
flink-connectors/flink-jdbc/src/test/java/org/apache/flink/api/java/io/jdbc/JDBCUpsertTableSinkITCase.java
 ##########
 @@ -52,6 +52,7 @@
        public static final String DB_URL = "jdbc:derby:memory:upsert";
        public static final String OUTPUT_TABLE1 = "upsertSink";
        public static final String OUTPUT_TABLE2 = "appendSink";
+       public static final String NOT_EXISTS_TABLE = "notExistedTable";
 
 Review comment:
   Please remove this

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to