AHeise commented on code in PR #29034:
URL: https://github.com/apache/flink/pull/29034#discussion_r3911126857
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/operations/converters/materializedtable/SqlAlterMaterializedTableAsQueryConverter.java:
##########
@@ -74,7 +74,8 @@ protected Function<ResolvedCatalogMaterializedTable,
List<TableChange>> gatherTa
ResolvedSchema newSchema = queryOperation.getResolvedSchema();
List<TableChange> tableChanges =
new ArrayList<>(
-
MaterializedTableUtils.buildSchemaTableChanges(oldSchema, newSchema));
+
MaterializedTableUtils.validateAndExtractColumnChanges(
Review Comment:
Unifies both schema changing parts: ALTER ... AS and CoA.
--
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]