gaoyunhaii commented on a change in pull request #16441:
URL: https://github.com/apache/flink/pull/16441#discussion_r666809331
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/SinkITCase.java
##########
@@ -215,6 +221,12 @@ public void
writerAndGlobalCommitterExecuteInStreamingMode() throws Exception {
.build());
env.execute();
+
+ // At present, for a bounded scenario, the occurrence of final
checkpoint is not a deterministic event, so we do
Review comment:
Add `TODO: ` ?
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/SinkITCase.java
##########
@@ -132,6 +133,11 @@ public void
writerAndCommitterAndGlobalCommitterExecuteInStreamingMode() throws
env.execute();
+ // At present, for a bounded scenario, the occurrence of final
checkpoint is not a deterministic event, so we do
Review comment:
Add `TODO:` ?
--
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]