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


##########
flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/MaterializedTableStatementParserTest.java:
##########
@@ -37,16 +37,23 @@
 @Execution(CONCURRENT)
 class MaterializedTableStatementParserTest {
 
+    private static final String CREATE_OPERATOR = "CREATE ";
+    private static final String CREATE_OR_ALTER_OPERATOR = "CREATE OR ALTER ";

Review Comment:
   This is not operator since it is not `SqlOperator` object.
   Either operation or operatorName



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