davidradl commented on code in PR #26923: URL: https://github.com/apache/flink/pull/26923#discussion_r2284507692
########## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/ShowCreateUtil.java: ########## @@ -110,17 +109,40 @@ public static String buildShowCreateTableRow( return sb.toString(); } + /** Show create materialized table statement only for materialized tables. */ + public static String buildShowCreateMaterializedTableRow( + ResolvedCatalogMaterializedTable table, + ObjectIdentifier tableIdentifier, + boolean isTemporary) { Review Comment: this parameter is not used. Can we remove it? -- 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