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


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/Catalog.java:
##########
@@ -383,6 +383,30 @@ default void alterTable(
         alterTable(tablePath, newTable, ignoreIfNotExists);
     }
 
+    /**
+     * Converts an existing {@link CatalogTable} to a {@link 
CatalogMaterializedTable} in place,
+     * preserving the catalog entry's identity and storage.
+     *
+     * <p>The default throws {@link UnsupportedOperationException}; catalogs 
that support in-place
+     * conversion override it. Launching the refresh job for the new 
materialized table is the
+     * executor's responsibility, not the catalog's.
+     *
+     * @param tableChanges structured delta between {@code originalTable} and 
{@code

Review Comment:
   True. The definition query, modifyStartMode, etc. are there. Removing 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to