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


##########
docs/content/docs/dev/table/materialized-table/statements.md:
##########
@@ -391,6 +392,101 @@ ALTER MATERIALIZED TABLE my_materialized_table
 - Schema evolution currently only supports adding `nullable` columns to the 
end of the original table's schema.
 - In continuous mode, the new refresh job will not restore from the state of 
the original refresh job. This may result in temporary data duplication or loss.
 
+# CREATE OR ALTER MATERIALIZED TABLE
+
+```
+CREATE OR ALTER MATERIALIZED TABLE [catalog_name.][db_name.]table_name

Review Comment:
   I am curious what you think of the idea to change the existing CREATE 
statement docs to
   `CREATE [OR ALTER]` in line with 
flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl
   
   and add specific text around the OR ALTER capability, in this way it is 
obvious that the CREATE options and the CREATE OR ALTER options have common 
options. 
   



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