wqshr12345 commented on code in PR #25221:
URL: https://github.com/apache/flink/pull/25221#discussion_r1726156403


##########
flink-state-backends/flink-statebackend-forst/src/test/java/org/apache/flink/state/forst/ForStDBOperationTestBase.java:
##########
@@ -129,6 +137,16 @@ static class TestStateFuture<T> implements 
InternalStateFuture<T> {
 
         public CompletableFuture<T> future = new CompletableFuture<>();
 
+        @Override
+        public boolean isDone() {
+            throw new UnsupportedOperationException();

Review Comment:
   The comment has been addressed.



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