twalthr commented on code in PR #27426:
URL: https://github.com/apache/flink/pull/27426#discussion_r2716111737
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/TableSinkTest.scala:
##########
@@ -925,6 +928,188 @@ class TableSinkTest extends TableTestBase {
assertEquals(TableTestUtil.replaceStageId(expected),
TableTestUtil.replaceStageId(actual))
}
+
+ @Test
+ def testInsertOnConflictDoNothingNotYetSupported(): Unit = {
Review Comment:
Can we use the new `SemanticTest` for this? They also have error message
testing capabilities.
--
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]