snuyanzin commented on code in PR #26990:
URL: https://github.com/apache/flink/pull/26990#discussion_r2352080630


##########
flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/MaterializedTableStatementParserTest.java:
##########
@@ -443,4 +387,85 @@ protected SqlParserFixture sql(String sql) {
     protected SqlParserFixture expr(String sql) {
         return this.sql(sql).expression(true);
     }
+
+    private static Stream<Arguments> inputForCreateMaterializedTable() {
+        return Stream.of(
+                mapEntryToArguments(fullExample()),

Review Comment:
   dropped `mapEntryToArguments`



-- 
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]

Reply via email to