jnh5y commented on code in PR #25115: URL: https://github.com/apache/flink/pull/25115#discussion_r1764000979
########## flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/dql/SqlRichDescribeModel.java: ########## @@ -41,7 +41,7 @@ public class SqlRichDescribeModel extends SqlCall { public static final SqlSpecialOperator OPERATOR = new SqlSpecialOperator("DESCRIBE MODEL", SqlKind.OTHER); protected final SqlIdentifier modelNameIdentifier; - private boolean isExtended; + private final boolean isExtended; Review Comment: Is this change needed? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org