snuyanzin commented on code in PR #27199:
URL: https://github.com/apache/flink/pull/27199#discussion_r2501056558
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/materializedtable/AlterMaterializedTableAsQueryOperation.java:
##########
@@ -28,13 +28,27 @@
/** Operation to describe an ALTER MATERIALIZED TABLE AS query operation. */
@Internal
-public class AlterMaterializedTableAsQueryOperation extends
AlterMaterializedTableChangeOperation {
+public class AlterMaterializedTableAsQueryOperation extends
AlterMaterializedTableOperation {
Review Comment:
why `Change` was dropped from name?
It was named in same pattern as for table and it works with `TableChange`
objects`
--
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]