raminqaf commented on code in PR #28287:
URL: https://github.com/apache/flink/pull/28287#discussion_r3355936490


##########
docs/content.zh/docs/sql/materialized-table/statements.md:
##########
@@ -242,6 +242,7 @@ The `OR ALTER` clause provides create-or-update semantics:
 
 - **If the materialized table does not exist**: Creates a new materialized 
table with the specified options
 - **If the materialized table exists**: Modifies the query definition (behaves 
like `ALTER MATERIALIZED TABLE AS`)
+- **If a regular table with the same name exists**: Converts it in place into 
a materialized table, when enabled (see [Converting a Table to a Materialized 
Table](#converting-a-table-to-a-materialized-table))

Review Comment:
   I made a ticket: https://issues.apache.org/jira/browse/FLINK-39852



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