iceiceiceCN commented on code in PR #22831:
URL: https://github.com/apache/flink/pull/22831#discussion_r1247350845
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/connector/file/table/FileSystemTableSinkTest.java:
##########
@@ -149,4 +163,54 @@ private static String buildSinkTableSql(
private static String buildInsertIntoSql(String sinkTable, String
sourceTable) {
return String.format("INSERT INTO %s SELECT * FROM %s", sinkTable,
sourceTable);
}
+
+ @Test
+ public void testFileSystemTableSinkWithCustomCommitPolicy() throws
Exception {
Review Comment:
More concise! Thanks for your suggesion. 👍
--
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]