raminqaf commented on code in PR #27199: URL: https://github.com/apache/flink/pull/27199#discussion_r2502184357
########## 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 like the idea! I will update the docs! -- 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]
