libenchao 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_r384526812
##########
File path:
flink-connectors/flink-jdbc/src/test/java/org/apache/flink/api/java/io/jdbc/JDBCUpsertTableSinkITCase.java
##########
@@ -52,6 +53,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 = "notExistsTable";
Review comment:
`notExistedTable` ?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services