lsyldliu commented on code in PR #23058:
URL: https://github.com/apache/flink/pull/23058#discussion_r1289591974


##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/AbstractRowTimeUnboundedPrecedingOver.java:
##########
@@ -96,7 +96,7 @@ public AbstractRowTimeUnboundedPrecedingOver(
     }
 
     @Override
-    public void open(Configuration parameters) throws Exception {
+    public void open(OpenContext openContext) throws Exception {

Review Comment:
   Yeah, we should do all classes migration in this PR.



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