snuyanzin commented on code in PR #27199:
URL: https://github.com/apache/flink/pull/27199#discussion_r2532198091
##########
flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/MaterializedTableStatementParserTest.java:
##########
@@ -466,9 +499,10 @@ private static Map.Entry<String, String>
withoutTableConstraint() {
+ "FROM `SOURCE`");
}
- private static Map.Entry<String, String> withoutFreshness() {
+ private static Map.Entry<String, String> withoutFreshness(final String
command) {
Review Comment:
Here and in other places either `operatorName` or `operation`
--
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]