mrzhangboss commented on a change in pull request #9064: [FLINK-13188][Runtime 
/ State Backends][Test] Fix annotation type error  in MockTtlStateTest
URL: https://github.com/apache/flink/pull/9064#discussion_r302446584
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/state/ttl/mock/MockKeyedStateBackend.java
 ##########
 @@ -178,7 +179,7 @@ public void notifyCheckpointComplete(long checkpointId) {
        public RunnableFuture<SnapshotResult<KeyedStateHandle>> snapshot(
                long checkpointId,
                long timestamp,
-               @Nonnull CheckpointStreamFactory streamFactory,
+               @Nullable CheckpointStreamFactory streamFactory,
 
 Review comment:
   Thank you for reply. I wonder if you turn on run time assertion in intellij 
as I mentioned in [Jira](https://issues.apache.org/jira/browse/FLINK-13188). In 
my computer, if I close this assertion detected button and rebuild project, I 
also can pass all the tests.
   
   By the ways, I put a new commit to fix 
`MockStateBackend#resolveCheckpointStorageLocation`,  could you help have a 
look .

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


With regards,
Apache Git Services

Reply via email to