Zakelly commented on code in PR #25403:
URL: https://github.com/apache/flink/pull/25403#discussion_r1778286768


##########
flink-runtime/src/main/java/org/apache/flink/streaming/api/operators/StreamingRuntimeContext.java:
##########
@@ -110,6 +112,8 @@ public StreamingRuntimeContext(
         this.operatorUniqueID = checkNotNull(operatorID).toString();
         this.processingTimeService = processingTimeService;
         this.keyedStateStore = keyedStateStore;
+        // By default, support state v1
+        this.supportKeyedStateApiSet = SupportKeyedStateApiSet.STATE_V1;

Review Comment:
   Well I'd rather not. In some test they does not call `setKeyedStateStore` 
but the `keyedStateStore` is set in constructor, I'd keep those tests unchanged.



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