davidradl commented on code in PR #26896:
URL: https://github.com/apache/flink/pull/26896#discussion_r2273888916


##########
flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/operators/window/groupwindow/operator/WindowOperatorContractTest.java:
##########
@@ -243,7 +244,8 @@ KeyedOneInputStreamOperatorTestHarness<RowData, RowData, 
RowData> createWindowOp
                             sendRetraction,
                             allowedLateness,
                             UTC_ZONE_ID,
-                            -1);
+                            -1,
+                            0);

Review Comment:
   could we add tests to check that a non zero stateRetentionTime works as well 
please.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to