raminqaf commented on code in PR #27076:
URL: https://github.com/apache/flink/pull/27076#discussion_r2397509204
##########
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlCreateMaterializedTable.java:
##########
@@ -80,8 +80,8 @@ public SqlCreateMaterializedTable(
SqlNode asQuery) {
super(OPERATOR, pos, false, false);
this.tableName = requireNonNull(tableName, "tableName should not be
null");
- this.comment = comment;
this.tableConstraint = tableConstraint;
+ this.comment = comment;
Review Comment:
re-ordered the fields they way they are defined in the constructor
--
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]