twalthr commented on a change in pull request #14018:
URL: https://github.com/apache/flink/pull/14018#discussion_r521397971
##########
File path:
flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/operations/SqlToOperationConverterTest.java
##########
@@ -1153,6 +1155,45 @@ public void testAlterTableDropConstraint() throws
Exception {
parse("alter table tb1 drop constraint ct2",
SqlDialect.DEFAULT);
}
+ @Test
+ public void testCreateViewWithMatchRecognize() {
+ Map<String, String> prop = new HashMap<>();
+ prop.put("connector", "datagen");
Review comment:
nit: use `values` instead of `datagen`, `datagen` is not intended for
testing as far as I know
----------------------------------------------------------------
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]