snuyanzin commented on code in PR #28194:
URL: https://github.com/apache/flink/pull/28194#discussion_r3269428838


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/materializedtable/AlterMaterializedTableChangeOperation.java:
##########
@@ -86,8 +112,105 @@ protected MaterializedTableChangeHandler 
getHandlerWithChanges() {
         return handler;
     }
 
+    @VisibleForTesting
+    public void validateChanges() {

Review Comment:
   WDYT about movement public methods up, private to the bottom?



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