xing1mo commented on code in PR #25637:
URL: https://github.com/apache/flink/pull/25637#discussion_r2185032124


##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/window/tvf/common/WindowTimerService.java:
##########
@@ -43,6 +43,9 @@ public interface WindowTimerService<W> {
     /** Returns the current event-time watermark. */
     long currentWatermark();
 
+    /** Initialize watermark after restore. */
+    void initializeWatermark(long watermark);

Review Comment:
   > No one uses this method, right?
   
   Sorry, I missed it during refactoring, and now I have deleted this method



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