zhijiangW commented on a change in pull request #11515: [FLINK-16744][task] implement channel state persistence for unaligned checkpoints URL: https://github.com/apache/flink/pull/11515#discussion_r404802815
########## File path: flink-table/flink-table-runtime-blink/src/test/java/org/apache/flink/table/runtime/operators/over/BufferDataOverWindowOperatorTest.java ########## @@ -237,4 +241,9 @@ public StreamingRuntimeContext getRuntimeContext() { private void addRow(Object... fields) throws Exception { operator.processElement(new StreamRecord<>(GenericRow.of(fields))); } + + private interface EnvironmentSupport { Review comment: this seems never be used. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services