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


##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/window/tvf/slicing/SliceAssigner.java:
##########
@@ -65,4 +65,13 @@ public interface SliceAssigner extends WindowAssigner {
      * slice assigned.
      */
     long getSliceEndInterval();
+
+    /** Returns the window offset if supported or zero otherwise. */
+    long getWindowOffset();
+
+    /**

Review Comment:
   sorry, seems weird ui in GH
   
   for `getWindowOffset` it is clear
   
   I was referring to boolean `isEventTime();`



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