AHeise commented on a change in pull request #11868:
URL: https://github.com/apache/flink/pull/11868#discussion_r443493565



##########
File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/table/OverWindowITCase.scala
##########
@@ -40,6 +40,11 @@ import scala.collection.mutable
 @RunWith(classOf[Parameterized])
 class OverWindowITCase(mode: StateBackendMode) extends 
StreamingWithStateTestBase(mode) {
 
+  @Before
+  def setupEnv(): Unit = {
+    env.getCheckpointConfig.disableUnalignedCheckpoints()

Review comment:
       Created two tickets (watermarks/rescale) and linked to them with a small 
comment.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to